GoXam for WPF v3
ActualCellSize Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
GridLayout Class
: ActualCellSize Property
Gets the actual cell size used by the grid.
Syntax
C#
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