Gets or sets a value of C1TextDecorationLocation that defines the vertical position of this C1TextDecoration.

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

See Also