TdxTileControlItemCustomGlyph Members
Contains base image settings for tiles.Constructors
Name | Description |
---|---|
Create(TPersistent) | Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent. |
Properties
Name | Description |
---|---|
Align | Specifies how the image is positioned within a tile. |
AlignWithText | Specifies if the image is linked to a tile’s first text block and how they align with each other. |
Image | Specifies the image to be displayed. |
ImageIndex | Specifies the image to be displayed by its index in the image list associated with a tile item. |
Images protected | Specifies the images to be displayed within a tile item or its frames. |
IndentHorz | Specifies the space (in pixels) between the left or right edge of a tile (depending on the currently applied alignment). |
IndentVert | Specifies the space (in pixels) between the top or bottom edge of a tile (depending on the currently applied alignment). |
Mode | Specifies how the image is sized to fit into a tile area. |
Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
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