Northwoods.GoSilverlight 1.1.3 Assembly
DefaultLocation Property
See Also  Send Feedback
Northwoods.GoXam Namespace > LayoutManager Class : DefaultLocation Property

Gets or sets the location from which unpositioned nodes appear at the start of the animation.

Syntax

Visual Basic (Declaration) 
Public Property DefaultLocation As Point
C# 
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