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