Description
Color for the shadow of entities, views, etc. This property takes a 4-byte integer where the first byte represents a red value (0-255), the second byte represents a green value (0-255), and the third byte represents a blue value (0-255).
Property Type
- Read-write property
Syntax
Public Property ShadowColor() As Variant
Example
Dim MySubModel As SubMoel MySubModel.ShadowColor = 669933
See Also