GoXam for WPF v3
LocationElementName Property
Northwoods.GoXam Namespace > Node Class : LocationElementName Property
Gets or sets the name of the element whose position defines the location for this node.
Syntax
public string LocationElementName {get; set;}

Property Value

The default value is an empty string, which means LocationElement will be the VisualElement, i.e. the whole node. The value is actually stored on the 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 LocationElement.
See Also

Reference

Node Class
Node Members