| Name | Description |
 | Background | Gets or sets the System.Windows.Media.Brush used to fill the background of the content area. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | BorderBrush | Gets or sets the System.Windows.Media.Brush used to fill the border of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | BorderThickness | Gets or sets the border thickness of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Child | Gets or sets the System.Windows.FrameworkElement hosted by the C1BlockUIContainer. |
 | Children | Get all children of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Content | Gets or sets the content of this C1BlockUIContainer. |
 | ContentEnd | Overridden. |
 | ContentRange | Gets the C1TextRange of this element's content. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | ContentStart | Overridden. |
 | ContentTemplate | Gets or sets the content template of this C1BlockUIContainer. |
 | CornerRadius | Gets or sets the corner radius for the border of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Cursor | Gets or sets the C1TextElement.Cursor displayed when the mouse is over this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | EndTag | Returns the C1TextElement.EndTag of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | FontFamily | Gets or sets the preferred font family for the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | FontSize | Gets or sets the font size for the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | FontStyle | Gets or sets the font style for the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | FontWeight | Gets or sets the font weight for the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Foreground | Gets or sets the System.Windows.Media.Brush to apply to the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Height | Gets or sets the height of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Id | Gets or sets an identifier for this text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Index | Get the index of this C1TextElement in its parent C1TextElement.Children collection. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | IsCollapsed | Returns whether this element is collapsed, that is, if its C1TextElement.Visibility, or that of one of its parents, is C1Visibility.Collapsed. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | IsEditable | Gets or sets whether the content of this element are editable in a C1.Silverlight.RichTextBox.C1RichTextBox. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | IsLeaf | Returns whether this element is a leaf in the document tree. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | IsRoot | Returns whether this element is the root of its tree. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | LineHeight | Gets or sets a number that is multiplied by the computed height of a line to obtain the final height. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Margin | Gets or sets the margin of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | MaxHeight | Gets or sets the max-height of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | MaxWidth | Gets or sets the max-width of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | MinHeight | Gets or sets the min-height of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | MinWidth | Gets or sets the min-width of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Name | Gets or sets the name for this text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | NextSibling | Gets the next sibling of this element, or null if this is the last child. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Padding | Gets or sets the padding of a text element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | PageBreakAfter | Gets or sets a PageBreak value indicating when a page break is inserted after this C1Block. (Inherited from C1.Silverlight.RichTextBox.Documents.C1Block) |
 | PageBreakBefore | Gets or sets a PageBreak value indicating when a page break is inserted before this C1Block. (Inherited from C1.Silverlight.RichTextBox.Documents.C1Block) |
 | Parent | Gets the parent of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | PreviousSibling | Gets the previous sibling of this element, or null if this is the first child. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Root | Returns the root element of this element's tree. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | StartTag | Returns the C1TextElement.StartTag of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Style | Returns the style values for this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | TextAlignment | Gets or sets the horizontal alignment of text content. (Inherited from C1.Silverlight.RichTextBox.Documents.C1Block) |
 | TextDecorations | Gets or sets a collection of text decorations to apply to the content of the element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | TextEffect | Gets or sets the System.Windows.Media.Effects.Effect applied to the text of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | TextIndent | Gets or sets the indentation, in pixels, of the first line of text in a block. (Inherited from C1.Silverlight.RichTextBox.Documents.C1Block) |
 | ToolTip | Gets or sets the System.Windows.Controls.ToolTip displayed when the mouse is over this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | VerticalAlignment | Gets or sets a value indicating how elements are aligned in a line. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Visibility | Gets or sets the visibility of this element. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |
 | Width | Gets or sets the width of this C1TextElement. (Inherited from C1.Silverlight.RichTextBox.Documents.C1TextElement) |