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