Autodesk.AutoCAD.GraphicsInterface Namespace > VSDisplayShadowType Enumeration
Autodesk.AutoCAD.GraphicsInterface.VSDisplayShadowType Enumeration   
Description

This .NET class wraps the ObjectARX enum AcGiVisualStyleProperties.DisplayShadowType

It describes the type of shadow to enable.

Visual Basic
Public Enum VSDisplayShadowType
  None
  GroundPlane
  Full
  FullAndGround
End Enum
C#
public enum VSDisplayShadowType {
  None,
  GroundPlane,
  Full,
  FullAndGround
}
Members
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?