RulerStyle property (ILEADContainerViewerProperties)
RulerStyleConstants RulerStyle | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates the style of the rulers in the cells of the container. Possible values are:
Value |
Meaning |
CONVIEW_RULERSTYLE_INVERT |
[0x00000000] The ruler is drawn using an inverted pen. This is the default value. |
CONVIEW_RULERSTYLE_BORDERED |
[0x00000001] The ruler is drawn using both the pen specified in the RulerInColor and RulerOutColor properties. |
To set or get container properties, use SetContainerProperties and GetContainerProperties methods.
See Also