Gets or sets the radius of rounding for all corners of the rectangle.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.All)] public int All { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ Public Property All As Integer 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.