PenStyle property (ILEADRasterZoomView)
ZoomViewPenStyleConstants PenStyle | |
Overview |
Refer to Using the Zoom View |
Remarks
(Document/Medical only.) Gets or sets a value that indicates the pen style to be used for the border of the Zoom View. This property is valid only when the BorderStyle property is set to ZOOM_VIEW_BORDERSTYLE_SIMPLE. 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