CellBorderStyle property (ILEADContainerViewerProperties)
BorderStyleConstants CellBorderStyle | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates the style of the border. Possible values are:
Value |
Meaning |
CONVIEW_PEN_STYLE_SOLID |
[0x00000000] Solid border. |
CONVIEW_PEN_STYLE_DASH |
[0x00000001] Dashed border. |
CONVIEW_PEN_STYLE_DOT |
[0x00000002] Dotted border. This is the default value. |
CONVIEW_PEN_STYLE_DASHDOT |
[0x00000003] Dash and dot border. |
CONVIEW_PEN_STYLE_DASHDOTDOT |
[0x00000004] Dash and two dots border. |
To set or get container properties, use SetContainerProperties and GetContainerProperties methods.
See Also