Vcl.ComCtrls.TProgressBar.Orientation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Orientation: TProgressBarOrientation read FOrientation  write SetOrientation default pbHorizontal;

C++

__property TProgressBarOrientation Orientation = {read=FOrientation, write=SetOrientation, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TProgressBar

Beschreibung

Gibt an, ob die Fortschrittsanzeige vertikal oder horizontal ausgerichtet ist.

Mit der Eigenschaft Orientation können Sie zuweisen oder abrufen, ob die Fortschrittsanzeige vertikal oder horizontal ausgerichtet ist.