lineWidth

The lineWidth property defines the thickness of the border.

 

Syntax

System.Int32 lineWidth();

 

Return Value

Returns the current property value.

 

Remarks

The possible values are: 0: none, 1: thin, 2: medium and 3: thick.

 

Member of field.

 

Example