DicomObjects Reference
DicomObjects Reference / DicomLabel Object / LineWidth Property
In This Topic
    LineWidth Property
    In This Topic
    Description
    Annotation line width
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property LineWidth As Single
    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