Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / FrameStyle Class / LineWidth Property

In This Topic
    LineWidth Property (FrameStyle)
    In This Topic
    Gets or sets the width of the inner border, in graphic units. The default is 0.

    Ignored if the Pen property is set.

    Syntax
    'Declaration
     
    Public Property LineWidth As System.Single
    public System.float LineWidth {get; set;}
    See Also