BackNameColor property (TAnnNameOptions)
Builder Syntax |
TColor BackNameColor |
Delphi Syntax |
BackNameColor: TColor |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or set the background color of the annotation name text.
The text of the annotation name can be set or obtained in the AnnotationName property. To get or set the foreground color for the name text, use the FaceNameColor property.
To convert from a TColor value to a COLORREF value, call the ColorToRGB method. To convert from a COLORREF value to a TColor value, cast the COLORREF value to a TColor type.
See Also