DicomObjects Reference
DicomObjects Reference / DicomLabel Object / BackColour Property
BackColour Property
Description
Annotation background/fill colour
Property type
Read-write property
Syntax
Visual Basic
Public Property BackColour 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