'Declaration
Public Property BorderSize As Integer
'Usage
Dim instance As Border Dim value As Integer instance.BorderSize = value value = instance.BorderSize
public int BorderSize {get; set;}
'Declaration
Public Property BorderSize As Integer
'Usage
Dim instance As Border Dim value As Integer instance.BorderSize = value value = instance.BorderSize
public int BorderSize {get; set;}
If you want to set the size of each side of the object border, use the BorderSizeBottom, BorderSizeLeft, BorderSizeRight, and BorderSizeTop properties.
To check if other border size properties have been set, use the IsDefined method.