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