[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.LeftBorder

LeftBorder Property

LeftBorder

Gets or sets the left border properties, such as color, style and width.

Declaration
public Border LeftBorder { get; set; }
Property Value
Type Description
Border

A Border object containing the left border properties.

Remarks

The object copies Left property from BorderColor, BorderStyle and BorderWidth, or set new values to them.