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


説明

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

関連項目