[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RoundingRadius.Default

Default Property

Default

Gets or sets the default radius for the corner rounding.

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

An ExpressionInfo object that evaluates to the default rounding radius for the corners.

Remarks

This value is used unless overridden for a specific corner. The default value is 0.

Examples
roundingRadius.Default = "5pt";