Sets the navigate URI.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static void SetNavigateUri(
	FrameworkElement element,
	Uri navigateUri
)
Visual Basic
Public Shared Sub SetNavigateUri ( _
	element As FrameworkElement, _
	navigateUri As Uri _
)
Visual C++
public:
static void SetNavigateUri(
	FrameworkElement^ element, 
	Uri^ navigateUri
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element.
navigateUri
Type: System..::..Uri
The navigate URI.

Remarks

This type or member is not intended to be used directly from your code.

See Also