ActiveReports Developer 7
BorderColor Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : BorderColor Property

Glossary Item Box

Gets the color of the border.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BorderColor As BorderColor
C# 
public BorderColor BorderColor {get;}

Property Value

A BorderColor object representing the border color.

See Also