API:FMX.StdCtrls.TTrack.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TOrientation read FOrientation write SetOrientation;

C++

__property Orientation;

Properties

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

Description

Specifies the orientation of this track bar (from left to right or from bottom to top).

FMX.StdCtrls.TTrack.Orientation inherits from FMX.StdCtrls.TCustomTrack.Orientation. All content below this line refers to FMX.StdCtrls.TCustomTrack.Orientation.

Specifies the orientation of this track bar (from left to right or from bottom to top).

Use the Orientation property to specify how this track bar will be displayed in terms of left-to-right orientation or bottom-to-top orientation. Orientation can have one of the following values:

Value Meaning

Vertical

The track bar is rendered with the bottom-to-top orientation.

Horizontal

The track bar is rendered with the left-to-right orientation.

See Also