Vcl.WinXCtrls.TSplitView.UseAnimation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UseAnimation: Boolean read FUseAnimation write FUseAnimation default 1;

C++

__property UseAnimation = {default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Beschreibung

Gibt an, ob das Steuerelement den Öffnungs- und Schließvorgang animiert.

Vcl.WinXCtrls.TSplitView.UseAnimation erbt von Vcl.WinXCtrls.TCustomSplitView.UseAnimation. Der folgende Inhalt bezieht sich auf Vcl.WinXCtrls.TCustomSplitView.UseAnimation.

Gibt an, ob das Steuerelement den Öffnungs- und Schließvorgang animiert.

Vorgabe ist True.

Siehe auch