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