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

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

Property Value

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