[]
        
(Showing Draft Content)

C1.Document.CornerRadius.All

All Property

All

Gets or sets a single radius value for all corners. Getting this property when different radii have different values returns null. Setting this property to null does not have any effect.

Declaration
[C1Description("CornerRadius.All", "Specifies a single radius value for all corners.")]
public double? All { get; set; }
<C1Description("CornerRadius.All", "Specifies a single radius value for all corners.")>
Public Property All As Double?