GoXam for WPF v3
Alignment Property (GridLayout)
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
: Alignment Property
Gets or sets whether the
Location
or the
Position
should be used to arrange each node.
Syntax
C#
public
GridAlignment
Alignment {
get
;
set
;}
Property Value
The default value is
GridAlignment.Location
-- the
Location
s will be aligned in a grid.
See Also
Reference
GridLayout Class
GridLayout Members