FaceNameColor property (TAnnNameOptions)
Builder Syntax |
TColor FaceNameColor |
Delphi Syntax |
FaceNameColor: TColor |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or set the foreground color of the annotation name text.
The text of the annotation name can be set or obtained with the AnnotationName property. To get or set the background color for the name text, use the BackNameColor 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