Vcl.ComCtrls.TProgressBar.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TProgressBarOrientation read FOrientation

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TProgressBar

Description

Specifies whether the progress bar is oriented vertically or horizontally.

Use Orientation to get or set whether the progress bar is oriented vertically or horizontally.