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

In This Topic
    ThicknessUnit Property (C1TextDecoration)
    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