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

In This Topic
    Default Property (RoundingRadius)
    In This Topic
    Gets or sets the default radius for the corner rounding.
    Syntax
    'Declaration
     
    Public Property Default As ExpressionInfo
    public ExpressionInfo Default {get; set;}

    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