DicomObjects Reference
DicomObjects Reference / doShadowType Enumeration
In This Topic
    doShadowType Enumeration
    In This Topic
    Description
    Control the shadowing of DicomLabel Objects
    Members
    MemberValueDescription
    doShadowAll255All 8 directions - a wide shadow
    doShadowBottom32Draw the shadow one pixel below the main label
    doShadowBottomLeft64Draw the shadow one pixel to the left and one pixel down from the main label
    doShadowBottomRight16Draw the shadow one pixel to the right and one pixel down from the main label
    doShadowLeft128Draw the shadow one pixel to the left of the main label
    doShadowNone0No shadowing (default)
    doShadowRight8Draw the shadow one pixel to the right of the main label
    doShadowTop2Draw the shadow one pixel above the main label
    doShadowTopLeft1Draw the shadow one pixel to the left and one pixel up from the main label
    doShadowTopRight4Draw the shadow one pixel to the right and one pixel up from the main label
    Remarks

    This is used in the label's Shadow Property

    Each of the 8 main values represents one direction of shadowing, and they may be combined (by addition) as required.