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

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

Property Value

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