FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.PressedTextColor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property PressedTextColor: TAlphaColor read FPressedTextColor write SetPressedTextColor;

C++

__property System::Uitypes::TAlphaColor PressedTextColor = {read=FPressedTextColor, write=SetPressedTextColor, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCustomTextButtonObjectAppearance


説明

テキスト ボタンが押されているときの、このテキスト ボタン外観のテキストのです。

関連項目