FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / CornerRadius Structure / AllY Property

In This Topic
    AllY Property (CornerRadius)
    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