ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ShapeBase Class / RoundingRadius Property
Example

In This Topic
RoundingRadius Property (ShapeBase)
In This Topic
Gets or sets the rounding radius of the shape.
Syntax
'Declaration
 
Public Property RoundingRadius As RoundingRadius
 

Property Value

A RoundingRadius object representing the rounding radius of the shape.
Example
var shape = new Shape();
shape.RoundingRadius = new RoundingRadius { Default = "12pt" };
See Also