CellBorderStyle property (ILEADContainerViewerProperties)

Visual Basic example

Visual C++ example

 

Syntax

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

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, RulerStyle property, CellMaintenance property, ShowFreezeText property, TextQuality property.

Topics:

Image Viewer: Container Properties