FMX.ListView.Appearances.TTextButtonObjectAppearance
Delphi
TTextButtonObjectAppearance = class(TCustomTextButtonObjectAppearance)
C++
class PASCALIMPLEMENTATION TTextButtonObjectAppearance : public TCustomTextButtonObjectAppearance
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| class | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | FMX.ListView.Appearances |
説明
リスト ビュー項目のテキスト ボタンの外観を表すオブジェクト外観です。
TTextButtonObjectAppearance のコア機能の使用方法については、「TCommonObjectAppearance のサブクラスの使用」で説明されています。
コア機能以外にも、TTextButtonObjectAppearance には、オブジェクト外観をカスタマイズするための次のプロパティが用意されています。
| TTextButtonObjectAppearance のプロパティ | 対応する TListItemTextButton のプロパティ |
|---|---|
| ButtonType | ButtonType |
| Enabled | Enabled |
| Font | Font |
| PressedTextColor | PressedTextColor |
| Text | Text |
| TextAlign | TextAlign |
| TextColor | TextColor |
| TextShadowColor | TextShadowColor |
| TextVertAlign | TextVertAlign |
| TintColor | TintColor |
| Trimming | Trimming |
| WordWrap | WordWrap |