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

Glossary Item Box

The following tables list the members exposed by BorderWidth.

Public Constructors

 NameDescription
Public ConstructorBorderWidth ConstructorInitializes a new instance of the BorderWidth class.  
Top

Public Properties

 NameDescription
Public PropertyBottom

Gets or sets the width of the bottom border.

 
Public PropertyDefault

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

 
Public PropertyLeft

Gets or sets the width of the left border.

 
Public PropertyRight

Gets or sets the width of the right border.

 
Public PropertyTop

Gets or sets the width of the top border.

 
Top

Public Methods

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

See Also