Gets or sets a Style with TargetTypeLine.

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 Style Style { get; set; }
Visual Basic
Public Property Style As Style
	Get
	Set
XAML Property Element Usage
<object>
  <object.Style>
    <Style .../>
  </object.Style>
</object>

Remarks

This Style is applied to the line drawn by this C1TextDecoration.

See Also