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. |
| InvalidateCallback | public | |
| IsDetailText | public | Specifies if the text is detailed, it affects the visual style. |
| LocalRect | public | |
| Name | public | String name of a list item. |
| Opacity | public | Opacity value between 0 and 1 (both inclusive) of a list item. |
| PlaceOffset | public | The offset (in logical units) regarding the aligned location for finer placement control. |
| SelectedTextColor | public | Specifies a color of the selected text. |
| Size | public | Refers to the size of the drawable. |
| 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 | Specifies horizontal text alignment inside the local item rectangle. |
| 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 | Specifies vertical text alignment inside the local item rectangle. |
| Trimming | public | Specifies the behavior of the text when it overflows the content area. |
| 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 | Indicates whether the text that does not fit into the list item area is wrapped. |