ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RoundingRadius Class / TopRight Property

In This Topic
    TopRight Property
    In This Topic

    Gets or sets the radius of the top right corner.

    Syntax
    'Declaration
     
    Public Property TopRight As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo TopRight {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to the radius of the top right corner.

    See Also