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