'Declaration
Public Property BorderSizeBottom As Integer
'Usage
Dim instance As Border Dim value As Integer instance.BorderSizeBottom = value value = instance.BorderSizeBottom
public int BorderSizeBottom {get; set;}
'Declaration
Public Property BorderSizeBottom As Integer
'Usage
Dim instance As Border Dim value As Integer instance.BorderSizeBottom = value value = instance.BorderSizeBottom
public int BorderSizeBottom {get; set;}
If you want to set the borders for all sides of the object to the same size, use the BorderSize property.
To check if other border size properties have been set, use the IsDefined method .