[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RoundingRadius

RoundingRadius Class

Represents the rounding radius settings for the corners of a shape.

Inheritance
RoundingRadius
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class RoundingRadius : IValidateable
Remarks

The RoundingRadius class provides properties to define the corner rounding radii of a shape, allowing for customization of each corner individually or using a default value for all corners.

Constructors

Name Description
RoundingRadius()

Initializes a new instance of the RoundingRadius class.

Properties

Name Description
BottomLeft

Gets or sets the radius of the bottom-left corner.

BottomRight

Gets or sets the radius of the bottom-right corner.

Default

Gets or sets the default radius for the corner rounding.

TopLeft

Gets or sets the radius of the top-left corner.

TopRight

Gets or sets the radius of the top-right corner.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the RoundingRadius object.

Extension Methods