[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellFactory.GetCellPadding

GetCellPadding Method

GetCellPadding(C1FlexGrid, GridPanel, CellRange)

Gets a Thickness value that specifies the padding applied between the edge of the cell and its content area.

Declaration
public virtual Thickness GetCellPadding(C1FlexGrid grid, GridPanel panel, CellRange rng)
Parameters
Type Name Description
C1FlexGrid grid

C1FlexGrid that owns the cell.

GridPanel panel

GridPanel that specifies the part of the grid that contains the cell.

CellRange rng

CellRange that specifies the row and column represented by the cell.

Returns
Type Description
Thickness

A Thickness value that specifies the padding applied between the edge of the cell and its content area.