| Name | Description |
 | Alignment | Gets or sets the alignment of element within its parent bounds. (Inherited from C1.Win.C1Tile.BaseElement) |
 | AlignmentOfContents | Gets or sets the alignment of contents within the element. (Inherited from C1.Win.C1Tile.BaseElement) |
 | BackColor | Gets or sets the text background color. |
 | BackColorSelector | Gets or sets a value indicating which property of a Tile object behaves as the source of background color for this element. |
 | Description | Gets or sets the description for this element. (Inherited from C1.Win.C1Tile.BaseElement) |
 | DirectionVertical | Gets or sets whether the text is vertically aligned (if so the background color is not used). |
 | FixedHeight | Gets or sets the fixed height of the contents, if appropriate. Set to 0 to calculate height dynamically. (Inherited from C1.Win.C1Tile.BaseElement) |
 | FixedWidth | Gets or sets the fixed width of the contents, if appropriate. Set to 0 to calculate width dynamically. (Inherited from C1.Win.C1Tile.BaseElement) |
 | Font | Gets or sets the font for the text element. |
 | FontBold | Gets or sets a value that indicates whether the element shows bold text. |
 | FontItalic | Gets or sets a value that indicates whether the element shows italic text. |
 | FontPadding | Gets or sets whether the text bounding rectangle should include padding (only if the text has background). |
 | FontSize | Gets or sets the font size for the text element. |
 | FontStrikeout | Gets or sets a value that indicates whether the element shows text with a line through the middle. |
 | FontUnderline | Gets or sets a value that indicates whether the element shows underlined text. |
 | ForeColor | Gets or sets the foreground color of the text element. |
 | ForeColorSelector | Gets or sets a value indicating which property of a Tile object behaves as the source of foreground color for this element. |
 | Margin | Gets or sets the outer spacing of the element. (Inherited from C1.Win.C1Tile.BaseElement) |
 | MeasureTrailingSpaces | Gets or sets whether the text bounding rectangle includes the trailing space at the end of each line (only if the text has no background). |
 | RightToLeft | Gets or sets whether the text should be displayed from right to left. |
 | SingleLine | Gets or sets whether text should be displayed in a single line. |
 | Text | Gets or sets the text displayed in unbound mode. |
 | TextSelector | Gets or sets a value indicating which property of a Tile object behaves as the source of text that will be displayed by this element. |
 | TextTrimming | Gets or sets how to trim characters that do not fit in the space available. |