Gets or sets the width in pixels of the bottom border.
Syntax
'Declaration
Public Property BorderSizeBottom As Integer
'Usage
Dim instance As Border
Dim value As Integer
instance.BorderSizeBottom = value
value = instance.BorderSizeBottom
public int BorderSizeBottom {get; set;}
See Also