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

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