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

In This Topic
    Visible Property
    In This Topic
    Gets or sets a value indicating whether the border is visible.

    If set to false, the the line style is is automatically changed to LineStyle.None.

    Syntax
    'Declaration
     
    Public Property Visible As System.Boolean
    public System.bool Visible {get; set;}
    See Also