RoundingRadius Property (ShapeBase)
Gets or sets the rounding radius of the shape.
Property Value
A
RoundingRadius object representing the rounding radius of the shape.
var shape = new Shape();
shape.RoundingRadius = new RoundingRadius { Default = "12pt" };