DicomObjects Reference
DicomObjects Reference / DicomLabel Object / LineStyle Property
LineStyle Property
Description
Style of line drawn (as Windows)
Property type
Read-write property
Syntax
Visual Basic
Public Property LineStyle As Integer
Remarks

These properties apply to lines, arrows, polylines, rectangles, arcs and ellipses only.
Width is measured in pixels.
If LineWidth is 0, then a single pixel line is drawn.
The LineStyle values are used only where the LineWidth is 0, and are the standard windows constants:

0

Solid Line

 

1

Dashed  

-------

2

Dotted  

....... 

3

Dash-Dot 

_._._._

4

Dash-Dot-Dot 

_.._.._

See Also