GoXam for WPF v3
ActualCellSize Property
Northwoods.GoXam.Layout Namespace > GridLayout Class : ActualCellSize Property
Gets the actual cell size used by the grid.
Syntax
public Size ActualCellSize {get;}

Property Value

This is set by each layout, as computed by taking the value of CellSize and perhaps considering the nodes being laid out, and adding the Spacing.
See Also

Reference

GridLayout Class
GridLayout Members