'Declaration Public Property BorderStyle As BorderStyle
'Usage Dim instance As Border Dim value As BorderStyle instance.BorderStyle = value value = instance.BorderStyle
public BorderStyle BorderStyle {get; set;}
'Declaration Public Property BorderStyle As BorderStyle
'Usage Dim instance As Border Dim value As BorderStyle instance.BorderStyle = value value = instance.BorderStyle
public BorderStyle BorderStyle {get; set;}
For more information on border styles, see the BorderStyle enumeration in the Microsoft .NET Framework Reference.
If you want to set the style of each side of the object border, use the BorderStyleBottom, BorderStyleLeft, BorderStyleRight, and BorderStyleTop properties.
To check if other border style properties have been set, use the IsDefined method.