Gets or sets the offset from the vertical position defined in the Location 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 double LocationOffset { get; set; }
Visual Basic
Public Property LocationOffset As Double
	Get
	Set
XAML Attribute Usage
<object LocationOffset="double" .../>

Remarks

A positive value moves the decoration down, while a negative value moves it up. The final offset value depends on the value of the LocationOffsetUnit property.

See Also