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