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

Glossary Item Box

The following tables list the members exposed by RoundingRadius.

Public Constructors

 NameDescription
Public ConstructorRoundingRadius ConstructorInitializes a new instance of the RoundingRadius class.  
Top

Public Properties

 NameDescription
Public PropertyBottomLeft

Gets or sets the radius of the bottom left corner.

 
Public PropertyBottomRight

Gets or sets the radius of the bottom right corner.

 
Public PropertyDefault

Gets or sets the radius of the corner rounding (unless overridden for a specific corner).

 
Public PropertyTopLeft

Gets or sets the radius of the top left corner.

 
Public PropertyTopRight

Gets or sets the radius of the top right corner.

 
Top

Public Methods

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

See Also