FMX.StdCtrls.TCustomTrack.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 public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomTrack

Description

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