FMX.StdCtrls.TProgressBar.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TOrientation read FOrientation write SetOrientation;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TProgressBar

Description

Specifies the orientation (Horizontal or Vertical) for the progress bar.

See Also