FMX.StdCtrls.TProgressBar.Orientation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Orientation: TOrientation read FOrientation write SetOrientation;

C++

__property Fmx::Controls::TOrientation Orientation = {read=FOrientation, write=SetOrientation, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TProgressBar

Beschreibung

Gibt die Ausrichtung (Horizontal oder Vertical) für die Fortschrittsleiste an.

Siehe auch