MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RoundingRadius Class / BottomLeft Property
Example

BottomLeft Property (RoundingRadius)
Gets or sets the radius of the bottom-left corner.
Syntax
'Declaration
 
Public Property BottomLeft As ExpressionInfo
 

Property Value

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