Northwoods.GoSilverlight 1.1.3 Assembly
LocationProperty Field
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : LocationProperty Field

Identifies the Northwoods.GoXam.Node.Location attached dependency property that must only be on the root Part.VisualElement.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Northwoods.GoXam.Route+PointConverter, Northwoods.GoSilverlight, Version=1.1.3.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")>
Public Shared ReadOnly LocationProperty As DependencyProperty
C# 
[TypeConverterAttribute("Northwoods.GoXam.Route+PointConverter, Northwoods.GoSilverlight, Version=1.1.3.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")]
public static readonly DependencyProperty LocationProperty

See Also