PointFixedSize property (TAnnPointOptions)
Builder Syntax |
bool PointFixedSize |
Delphi Syntax |
PointFixedSize: Boolean |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets a value that indicates whether a point drawn as a circle is a fixed size. Possible values are:
Setting |
Description |
TRUE |
If the point is drawn as a circle, the size does not change, regardless of the zoom factor |
FALSE |
If the point is drawn as a circle, the size changes with the zoom factor. |
The point is drawn as a circle if the PointUseBitmap property is FALSE.
See Also