Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Border Class / LineWidth Property

In This Topic
    LineWidth Property
    In This Topic
    Gets or sets the border width in points.
    Syntax
    'Declaration
     
    Public Property LineWidth As System.Single
    public System.float LineWidth {get; set;}
    Remarks
    If you set line width greater than zero when line style is none, the line style is automatically changed to single line.
    See Also