ActiveReports Developer 7
BorderColor Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : BorderColor Class

Glossary Item Box

The following tables list the members exposed by BorderColor.

Public Constructors

 NameDescription
Public ConstructorBorderColor ConstructorInitializes a new instance of the BorderColor class.  
Top

Public Properties

 NameDescription
Public PropertyBottom

Gets or sets the color of the bottom border.

 
Public PropertyDefault

Gets or sets the color of the border (unless overridden for a specific side).

 
Public PropertyLeft

Gets or sets the color of the left border.

 
Public PropertyRight

Gets or sets the color of the right border.

 
Public PropertyTop

Gets or sets the color of the top border.

 
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the BorderColor object.  
Top

See Also