[]
Gets or sets the radius of rounding for all corners of the rectangle.
public int All { get; set; }
Setting this property changes all of the corners by changing the values of the LeftTop, LeftBottom, RightTop, and RightBottom properties. If these properties are re-set after setting the All property, then each corner may have a different radius.