FMX.ListView.Appearances.TTextObjectAppearance

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