[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RoundingRadius.BottomRight

BottomRight Property

BottomRight

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

Declaration
public ExpressionInfo BottomRight { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to the radius of the bottom-right corner.

Remarks

This value overrides the default radius for the bottom-right corner.

Examples
roundingRadius.BottomRight = "10pt";