Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CornerRadius Structure / All Property

In This Topic
    All Property
    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 System.Nullable(Of Single)
    public System.Nullable<float> All {get; set;}
    See Also