DicomObjects Reference
DicomObjects Reference / DicomLabel Object / SelectColour Property
In This Topic
    SelectColour Property
    In This Topic
    Description
    Colour used for handles etc. when SelectMode causes them to be shown
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property SelectColour As ULong
    Remarks

    The ForeColour is used for all drawing all DicomLabel items.

    BackColour is only used is Transparent is false, and it is not used for Line and PolyLine objects.

    For text, only the area immediately behind the characters is filled.

    Ellipses, rectangles and polygons are filled with the BackColour.

    SelectColour is used for the bounding box and construction lines, when SelectMode causes them to be shown.

    See Also