MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RoundingRadius Class / Default Property
Example

Default Property (RoundingRadius)
Gets or sets the default radius for the corner rounding.
Syntax
'Declaration
 
Public Property Default As ExpressionInfo
 

Property Value

An GrapeCity.Enterprise.Data.Expressions.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.
Example
roundingRadius.Default = "5pt";
See Also