Gets or sets a URI to navigate to when the C1Hyperlink is activated.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Uri NavigateUri { get; set; }
Visual Basic
Public Property NavigateUri As Uri
	Get
	Set
XAML Attribute Usage
<object NavigateUri="Uri" .../>

See Also