Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / CornerRadius Structure / All Property

In This Topic
    All Property (CornerRadius)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property All As Nullable(Of Double)
    public Nullable<double> All {get; set;}
    See Also