RightBorder Property (Style)
In This Topic
Gets or sets the right border properties, such as color, style and width.
Syntax
'Declaration
Public Property RightBorder As Border
public Border RightBorder {get; set;}
Property Value
A
Border object containing the right border properties.
See Also