MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / BottomBorder Property

In This Topic
BottomBorder Property (Style)
In This Topic
Gets or sets the bottom border properties, such as color, style and width.
Syntax
'Declaration
 
Public Property BottomBorder As Border
 

Property Value

A Border object containing the bottom border properties.
Remarks
The object copies Bottom property from BorderColor, BorderStyle and BorderWidth, or set new values to them.
See Also