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

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

    Property Value

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