ShowRuler property (ILEADRasterContainerCell)
ShowRulerConstants ShowRuler | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates which ruler to display. Possible values are:
Value |
Meaning |
CONVIEW_SHOWRULER_NONE |
[0x00000000] Display no ruler. |
CONVIEW_SHOWRULER_BOTH |
[0x00000001] Display the horizontal and vertical rulers. This is the default value. |
CONVIEW_SHOWRULER_VERT |
[0x00000002] Display the vertical ruler. |
CONVIEW_SHOWRULER_HORZ |
[0x00000003] Display the horizontal ruler. |
See Also