Controls whether a label is displayed with a contrasting shadow
Visual Basic |
---|
Public Property Shadow As doShadowType |
There is a list of Shadow Types.
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 BackColour colour.
Some development versions of DicomObjects had a temporary property called Outline (Boolean), which is now deprecated in favour of Shadow. If Outline is set to true, then the value of Shadow will be set to doShadowAll (255).