TdxTileControlItemText Members
Contains a tile’s text block settings.Constructors
Name | Description |
---|---|
Create(TPersistent) | Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent. |
Properties
Name | Description |
---|---|
Align | Specifies how the block is positioned within a tile. |
Alignment | Specifies how text that spans across multiple lines is aligned within the block. |
AssignedValues | Identifies which text block settings are changed. |
Color | Specifies the background color of the text block. |
Font | Provides access to the text block’s font settings. |
IndentHorz | Specifies the distance (in pixels) between the text block and the tile item‘s right or left border. |
IndentVert | Specifies the distance (in pixels) between the text block and the tile item‘s top or bottom border. |
Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
TextColor | Specifies the font color of the text block. |
Transparent | Specifies if the text block’s background is transparent. |
Value | Specifies the text string displayed by the block. |
WordWrap | Specifies if the block’s text string wraps if it does not fit into a tile item. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
DoAssign(TPersistent) protected | Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner protected | Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
ToString | Inherited from TObject. |
See Also