GoXam for WPF v3
Route Property (Link)
Northwoods.GoXam Namespace > Link Class : Route Property
Gets or sets the Route implementing the path that this link will take.
Syntax
public Route Route {get; set;}

Property Value

A Route that was specified as an attached property on the VisualElement. If none was defined, this creates one automatically. The value is actually stored on the VisualElement. One normally sets it by setting the attached property on the root element of the DataTemplate. This property should not be data-bound.
See Also

Reference

Link Class
Link Members