[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.RoundingRadius.BottomLeft

BottomLeft Property

BottomLeft

Gets or sets the radius of the bottom-left corner.

Declaration
public ExpressionInfo BottomLeft { get; set; }
Property Value
Type Description
ExpressionInfo

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

Remarks

This value overrides the default radius for the bottom-left corner.

Examples
roundingRadius.BottomLeft = "10pt";