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

In This Topic
    BottomLeft Property
    In This Topic

    Gets or sets the radius of the bottom left corner.

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

    Property Value

    An ExpressionInfo object that evaluates to the radius of the bottom left corner.

    See Also