Name | Description | |
---|---|---|
TextElement Constructor | Initializes a new instance of a TextElement. |
The following tables list the members exposed by TextElement.
Name | Description | |
---|---|---|
TextElement Constructor | Initializes a new instance of a TextElement. |
Name | Description | |
---|---|---|
Alignment | Gets or sets the alignment of element within its parent bounds. (Inherited from C1.Win.Tile.BaseElement) | |
AlignmentOfContents | Gets or sets the alignment of contents within the element. (Inherited from C1.Win.Tile.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.Tile.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.Tile.BaseElement) | |
FixedWidth | Gets or sets the fixed width of the contents, if appropriate. Set to 0 to calculate width dynamically. (Inherited from C1.Win.Tile.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.Tile.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. |
Name | Description | |
---|---|---|
Clone | Creates a new BaseElement that is a copy of the current instance. (Inherited from C1.Win.Tile.BaseElement) | |
Dispose | Overloaded. Overridden. Clean up any resources being used. | |
ResetBackColor | Resets the value of the BackColor property. | |
ResetForeColor | Resets the value of the ForeColor property. | |
ResetMargin | Resets the value of the Margin property. (Inherited from C1.Win.Tile.BaseElement) |
Name | Description | |
---|---|---|
CopySettingsFrom | Overridden. Copies settings from the given element. | |
CreateInstance | Overridden. Creates an instance of the TextElement element copy. | |
ShouldSerializeMargin | (Inherited from C1.Win.Tile.BaseElement) |