[]
        
(Showing Draft Content)

C1.Win.C1Chart.Rounding.All

All Property

All

Gets or sets the radius of rounding for all corners of the rectangle.

Declaration
public int All { get; set; }
Remarks

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.

See Also