Gets a Thickness value that specifies the padding applied between
the edge of the cell and its content area.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public virtual Thickness GetCellPadding( C1FlexGrid grid, GridPanel panel, CellRange rng ) |
Visual Basic |
---|
Public Overridable Function GetCellPadding ( _ grid As C1FlexGrid, _ panel As GridPanel, _ rng As CellRange _ ) As Thickness |
Parameters
- grid
- Type: C1.Silverlight.FlexGrid..::..C1FlexGrid
C1FlexGrid that owns the cell.
- panel
- Type: C1.Silverlight.FlexGrid..::..GridPanel
GridPanel that specifies the part of the grid that contains the cell.
- rng
- Type: C1.Silverlight.FlexGrid..::..CellRange
CellRange that specifies the row and column represented by the cell.