[]
Gets or sets the rounding radius of the shape.
public RoundingRadius RoundingRadius { get; set; }
| Type | Description |
|---|---|
| RoundingRadius | A RoundingRadius object representing the rounding radius of the shape. |
var shape = new Shape();
shape.RoundingRadius = new RoundingRadius { Default = "12pt" };