Gets or sets the Thickness of the line drawn by this C1TextDecoration.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public double Thickness { get; set; }
Visual Basic
Public Property Thickness As Double
	Get
	Set
XAML Attribute Usage
<object Thickness="double" .../>

Remarks

The final thickness value of the line depends on the value of the ThicknessUnit property.

See Also