[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ShapeBase.RoundingRadius

RoundingRadius Property

RoundingRadius

Gets or sets the rounding radius of the shape.

Declaration
public RoundingRadius RoundingRadius { get; set; }
Property Value
Type Description
RoundingRadius

A RoundingRadius object representing the rounding radius of the shape.

Examples
var shape = new Shape();
shape.RoundingRadius = new RoundingRadius { Default = "12pt" };