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

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