Gets or sets a value of C1TextDecorationUnit that defines the unit used for the LocationOffset property.

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

See Also