'Declaration
<FlagsAttribute()> Public Enum ShadowTypes Inherits System.Enum
'Usage
Dim instance As ShadowTypes
[Flags()] public enum ShadowTypes : System.Enum
[Flags()] public enum class ShadowTypes : public System.Enum
'Declaration
<FlagsAttribute()> Public Enum ShadowTypes Inherits System.Enum
'Usage
Dim instance As ShadowTypes
[Flags()] public enum ShadowTypes : System.Enum
[Flags()] public enum class ShadowTypes : public System.Enum
Member | Description |
---|---|
All | 256 |
Bottom | 32 |
BottomLeft | 64 |
BottomRight | 16 |
Left | 128 |
None | 0 |
Right | 8 |
Top | 2 |
TopLeft | 1 |
TopRight | 4 |
Although defined as enumerated types, the values above can be (and normally are) combined and used as bit fields.
The shadow is drawn in the direction(s) indicated above displaced by one pixel from the main label, and it is drawn using the label’s ShadowColor property.
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.ShadowTypes
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