RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextDecoration Class / LocationOffsetUnit Property

In This Topic
    LocationOffsetUnit Property
    In This Topic
    Gets or sets a value of C1TextDecorationUnit that defines the unit used for the LocationOffset property.
    Syntax
    'Declaration
     
    Public Property LocationOffsetUnit As C1TextDecorationUnit
    public C1TextDecorationUnit LocationOffsetUnit {get; set;}
    See Also