Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / CornerRadius Structure / AllY Property

In This Topic
    AllY Property
    In This Topic
    Gets or sets a single Y radius value for all corners. Getting this property when different Y radii have different values returns null. Setting this property to null does not have any effect.
    Syntax
    'Declaration
     
    Public Property AllY As Nullable(Of Double)
    public Nullable<double> AllY {get; set;}
    See Also