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