RulerStyle property (ILEADContainerViewerProperties)

Visual Basic example

Visual C++ example

 

Syntax

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

Elements:

IncludedParameters property, RowCount property, ColumnCount property, EmptyCellBackGroundColor property, BackGroundColor property, TextColor property, ShadowColor property, RulerInColor property, RulerOutColor property, ActiveCellBorderColor property, NonActiveCellBorderColor property, ActiveSubCellBorderColor property, DefaultCursor property, VerticalResizeCursor property, HorizontalResizeCursor property, BothResizeCursor property, AutoScroll property, CellMaintenance property, ShowFreezeText property, CellBorderStyle property, TextQuality property.

Topics:

Image Viewer: Container Properties