PointBorderColor property (TAnnPointOptions)
Builder Syntax |
TColor PointBorderColor |
Delphi Syntax |
PointBorderColor: TColor |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets the outline-color for the point, if the point is drawn as a circle.
The point is drawn as a circle if the PointUseBitmap property is FALSE.
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