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

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