Northwoods.GoSilverlight 1.2.2 Assembly
LocationElementName Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : LocationElementName Property

Gets or sets the name of the element whose position defines the location for this node.

Syntax

Visual Basic (Declaration) 
Public Property LocationElementName As String
C# 
public string LocationElementName {get; set;}

Property Value

The default value is an empty string, which means Node.LocationElement will be the Part.VisualElement, i.e. the whole node. The value is actually stored on the Part.VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.

Remarks

This is used to find the element that is this node's Node.LocationElement.

Requirements

See Also

© 2010 All Rights Reserved.