ActiveReports Developer 7
LineColor Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > CrossSectionControl Class : LineColor Property

Glossary Item Box

Gets or sets the color of the control.

Syntax

Visual Basic (Declaration) 
Public Property LineColor As Color
C# 
public Color LineColor {get; set;}

Property Value

A System.Drawing.Color value that represents the current color of the line. The default value is Color.Black.

See Also