CalloutPenStyle property (ILEADRasterZoomView)
ZoomViewPenStyleConstants CalloutPenStyle | |
Overview |
Refer to Using the Zoom View |
Remarks
(Document/Medical) only.) Gets or sets a value that represents the pen style for the callout lines. This property is valid only if the EnableCallouts property is set to True. Possible values are:
Value |
Meaning |
PEN_STYLE_SOLID |
[0x0001] The pen style is solid |
PEN_STYLE_DASH |
[0x0002] The pen style is dashed |
PEN_STYLE_DOT |
[0x0003] The pen style is dotted. |
PEN_STYLE_DASHDOT |
[0x0004] The pen style has alternating dashes and dots. |
PEN_STYLE_DASHDOTDOT |
[0x0005] The pen style has alternating dashes and double dots. |
PEN_STYLE_NULL |
[0x0006] The pen style is invisible. |
See Also