Northwoods.GoSilverlight 1.1.3 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.

Remarks

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

See Also