This .NET class wraps the ObjectARX enum AcGiVisualStyleProperties.DisplayShadowType.
It describes the type of shadow to enable.
Public Enum VSDisplayShadowType None GroundPlane Full FullAndGround End Enum
public enum VSDisplayShadowType { None, GroundPlane, Full, FullAndGround }
Members |
Description |
None |
No shadows are displayed. |
GroundPlane |
Ground plane shadows are displayed. |
Full |
Full shadows are displayed. |
FullAndGround |
Full and ground plane shadows are displayed. |
Comments? |