ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Controls Namespace / CornersRadius Structure / Default Property

In This Topic
    Default Property (CornersRadius)
    In This Topic
    Default corner radius, if radius of a specified corner doesn't set, this value will be used instead.
    Syntax
    'Declaration
     
    Public Property Default As Nullable(Of Single)
    public Nullable<float> Default {get; set;}
    See Also