ComponentOne RichTextBox for WPF and Silverlight
LocationOffset Property (C1TextDecoration)

C1.WPF.RichTextBox.Documents Namespace > C1TextDecoration Class : LocationOffset Property
Gets or sets the offset from the vertical position defined in the Location property.
Syntax
'Declaration
 
Public Property LocationOffset As System.Double
public System.double LocationOffset {get; set;}
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

Reference

C1TextDecoration Class
C1TextDecoration Members