FMX.ListView.Types.TListItemText Properties
InheritedProtected
| Align | public | Horizontal alignment of a list item inside its designated area. |
| Data | public | Polymorphic property access. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Font | public | Returns a value of the TFont type that keeps font properties used to draw the item text. |
| Height | public | Height of a list item inside its designated area. |
| IsDetailText | public | |
| LocalRect | public | |
| Name | public | String name of a list item. |
| Opacity | public | Opacity value between 0 and 1 (both inclusive) of a list item. |
| Owner | public | Specifies the ListItem that owns the TListItemObject. |
| PlaceOffset | public | The offset (in logical units) regarding the aligned location for finer placement control. |
| SelectedTextColor | public | |
| TagFloat | public | A user-defined floating-point number for this item. |
| TagObject | public | A user-defined object reference for this item. |
| TagString | public | A user-defined string for this item. |
| Text | public | Specifies the text that will be rendered over the surface of this item control. |
| TextAlign | public | |
| TextColor | public | Specifies the text color of the TListView item. |
| TextShadowColor | public | The color of text shadow that appears behind normal text only when such text shadow color is set to non-zero value. This is useful for headers and other gradient fills to improve readability. |
| TextShadowOffset | public | The offset of the text shadow that appears behind normal text only when the text shadow color is set to non-zero value. This is useful for headers and other gradient fills to improve readability. |
| TextVertAlign | public | |
| Trimming | public | |
| VertAlign | public | Vertical alignment of a list item inside its designated area. |
| Visible | public | Determines whether the current item is visible or not. |
| Width | public | Width of a list item inside its designated area. |
| WordWrap | public |