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

In This Topic
    LineStyle Property
    In This Topic
    Gets or sets the line style.
    Syntax
    'Declaration
     
    Public Property LineStyle As LineStyle
    public LineStyle LineStyle {get; set;}
    Remarks
    If you set the line style to none, the line width is automatically changed to zero. This border can either be an art border (a repeated image along the borders shall only be used for page borders) or a line border (a line format repeated along the borders).
    See Also