Gets or sets the width in pixels for the border for all sides.
Syntax
'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;}
See Also