'Declaration Public Property BorderSizeTop As Integer
'Usage Dim instance As Border Dim value As Integer instance.BorderSizeTop = value value = instance.BorderSizeTop
public int BorderSizeTop {get; set;}
'Declaration Public Property BorderSizeTop As Integer
'Usage Dim instance As Border Dim value As Integer instance.BorderSizeTop = value value = instance.BorderSizeTop
public int BorderSizeTop {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.