DicomObjects Reference
DicomObjects Reference / DicomLabel Object / Shadow Property
In This Topic
    Shadow Property
    In This Topic
    Description
    Controls whether a label is displayed with a contrasting shadow
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Shadow As doShadowType
    Remarks

    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).

    See Also