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

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