RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextDecoration Class / LocationOffset Property

In This Topic
    LocationOffset Property (C1TextDecoration)
    In This Topic
    Gets or sets the offset from the vertical position defined in the Location property.
    Syntax
    'Declaration
     
    
    Public Property LocationOffset As Double
    public 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