Gets or sets the radius of rounding for all corners of the rectangle.
[Visual Basic]
Public Property All As Integer
[C#]
public int All {get;set;}
[Delphi]
public property All: Int32 read get_All write set_All;
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
Rounding Class | Rounding Members | C1.Win.C1Chart Namespace | Rounding Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |