Gets or sets the name of a target window or frame for the C1Hyperlink.

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 string TargetName { get; set; }
Visual Basic
Public Property TargetName As String
	Get
	Set
XAML Attribute Usage
<object TargetName="string" .../>

See Also