'Declaration Public Enum ShadowType Inherits System.Enum
'Usage Dim instance As ShadowType
public enum ShadowType : System.Enum
'Declaration Public Enum ShadowType Inherits System.Enum
'Usage Dim instance As ShadowType
public enum ShadowType : System.Enum
Member | Description |
---|---|
GaussianBlur | A shadow with gausiian attenuation. |
LinearBlur | A shadow with linear attenuation. |
None | No shadow at all. |
RadialBlur | A shadow with radial attenuation. |
Solid | A shadow that does not fade towards its edges. Usually the fastest mode. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.GraphicsCore.ShadowType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2