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

In This Topic
    Thickness Property (C1TextDecoration)
    In This Topic
    Gets or sets the Thickness of the line drawn by this C1TextDecoration.
    Syntax
    'Declaration
     
    
    Public Property Thickness As Double
    public double Thickness {get; set;}
    Remarks
    The final thickness value of the line depends on the value of the ThicknessUnit property.
    See Also