ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RoundingRadius Class / TopRight Property
Example

In This Topic
    TopRight Property (RoundingRadius)
    In This Topic
    Gets or sets the radius of the top-right corner.
    Syntax
    'Declaration
     
    Public Property TopRight As ExpressionInfo
    public ExpressionInfo TopRight {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to the radius of the top-right corner.
    Remarks
    This value overrides the default radius for the top-right corner.
    Example
    roundingRadius.TopRight = "10pt";
    See Also