GoXam for WPF v3
DefaultLocation Property
Northwoods.GoXam Namespace > LayoutManager Class : DefaultLocation Property
Gets or sets the location from which unpositioned nodes appear at the start of the animation.
Syntax
public Point DefaultLocation {get; set;}

Property Value

The default value is the origin Point(0, 0).
Remarks
Animated movement is fine for nodes that have a location before the layout, but for those nodes that did not have a location, pretend that they started at the Point given by this property.
See Also

Reference

LayoutManager Class
LayoutManager Members