FMX.ListView.Appearances.TCustomTextButtonObjectAppearance
Delphi
TCustomTextButtonObjectAppearance = class(TCommonObjectAppearance)
C++
class PASCALIMPLEMENTATION TCustomTextButtonObjectAppearance : public TCommonObjectAppearance
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| class | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp  | 
        FMX.ListView.Appearances | FMX.ListView.Appearances | 
説明
リスト ビュー項目のテキスト ボタンの外観を表すオブジェクト外観の型の基底クラスです。
TCommonObjectAppearance で提供されている機能の他に、TCustomTextButtonObjectAppearance やサブクラスでは以下のプロパティが用意されていて、オブジェクト外観をカスタマイズすることができます。
- ButtonType
 - Enabled
 - Font
 - PressedTextColor
 - Text
 - TextAlign
 - TextColor
 - TextShadowColor
 - TextVertAlign
 - TintColor
 - Trimming
 - WordWrap