'Declaration<System.FlagsAttribute()> Public Enum ShadowTypes Inherits System.Enum
[System.Flags()] public enum ShadowTypes : System.Enum
'Declaration<System.FlagsAttribute()> Public Enum ShadowTypes Inherits System.Enum
[System.Flags()] public enum ShadowTypes : 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