ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellPresenter Class / CornerRadius Property

In This Topic
    CornerRadius Property (DataGridCellPresenter)
    In This Topic
    Gets or sets the radius for the corners of the cell.
    Syntax
    'Declaration
     
    
    Public Property CornerRadius As CornerRadius
    public CornerRadius CornerRadius {get; set;}
    See Also