ComponentOne FlexGrid for UWP
GetCellPadding Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellFactory Class : GetCellPadding Method
C1FlexGrid that owns the cell.
GridPanel that specifies the part of the grid that contains the cell.
CellRange that specifies the row and column represented by the cell.
Gets a Windows.UI.Xaml.Thickness value that specifies the padding applied between the edge of the cell and its content area.
Syntax
'Declaration
 
Public Overridable Function GetCellPadding( _
   ByVal grid As C1FlexGrid, _
   ByVal panel As GridPanel, _
   ByVal rng As CellRange _
) As Windows.UI.Xaml.Thickness
public virtual Windows.UI.Xaml.Thickness GetCellPadding( 
   C1FlexGrid grid,
   GridPanel panel,
   CellRange rng
)

Parameters

grid
C1FlexGrid that owns the cell.
panel
GridPanel that specifies the part of the grid that contains the cell.
rng
CellRange that specifies the row and column represented by the cell.

Return Value

A Windows.UI.Xaml.Thickness value that specifies the padding applied between the edge of the cell and its content area.
See Also

Reference

CellFactory Class
CellFactory Members