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

In This Topic
    BottomRight Property (CornersRadius)
    In This Topic
    Radius of the bottom right corner
    Syntax
    'Declaration
     
    Public Property BottomRight As Nullable(Of Single)
    public Nullable<float> BottomRight {get; set;}
    See Also