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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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.Phone.FlexGrid..::..C1FlexGrid
C1FlexGrid that owns the cell.
panel
Type: C1.Phone.FlexGrid..::..GridPanel
GridPanel that specifies the part of the grid that contains the cell.
rng
Type: C1.Phone.FlexGrid..::..CellRange
CellRange that specifies the row and column represented by the cell.

Return Value

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

See Also