TTMSFNCTileListImagePosition Enumeration
Specifies where the tile image is placed relative to the title and description.
API unit family: TMSFNCTileList
Members
| Name | Description |
|---|---|
tipLeft |
Image is placed to the left of the text content. |
tipRight |
Image is placed to the right of the text content. |
tipTop |
Image is placed above the text content. |
tipBottom |
Image is placed below the text content. |
tipClient |
Image fills the entire tile area. |
tipCustom |
Image position is set manually via ImageLeft / ImageTop. |