FMX.StdCtrls.TScrollBar.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 TScrollBar

Description

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

Use the Orientation property to specify how this scroll bar will be displayed (left to right or bottom to top). Orientation can have one of the following values:

Value Meaning

Vertical

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

Horizontal

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

See Also