FMX.Controls.TPopup.ClosingAnimation

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

Delphi

property ClosingAnimation: Boolean read FClosingAnimation;

C++

__property bool ClosingAnimation = {read=FClosingAnimation, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup


説明

TPopup に閉じる際のアニメーションがあれば True、そうでない場合は False です。

関連項目