EnablePointTransparentFill property (ILEADRasterAnnPointOption)
VARIANT_BOOL EnablePointTransparentFill; | |
Overview |
Refer to Implementing Annotations. |
Remarks
Indicates whether the inside of a point, drawn as a circle, is transparent or uses the fill color. Possible values are:
Setting |
Description |
VARIANT_TRUE |
The inside of the point, drawn as a circle, is transparent. |
VARIANT_FALSE |
The inside of the point, drawn as a circle, is filled with the color in the PointFillColor property. |
The point is drawn as a circle if the EnablePointUseBitmap property is VARIANT_FALSE.
See Also