Gets or sets the C1TextElement to resize.

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

Syntax

C#
public C1TextElement Element { get; set; }
Visual Basic
Public Property Element As C1TextElement
	Get
	Set
XAML Property Element Usage
<object>
  <object.Element>
    <C1TextElement .../>
  </object.Element>
</object>

See Also