FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellStyle Class / CornerRadius Property

In This Topic
    CornerRadius Property
    In This Topic
    Gets or sets the CornerRadius of the cell borders.
    Syntax
    'Declaration
     
    
    Public Property CornerRadius As Nullable(Of CornerRadius)
    public Nullable<CornerRadius> CornerRadius {get; set;}
    See Also