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