2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Rounding Class / All Property

In This Topic
    All Property
    In This Topic
    Gets or sets the radius of rounding for all corners of the rectangle.
    Syntax
    'Declaration
     
    Public Property All As System.Integer
    public System.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