Vcl.ComCtrls.TPageScroller.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TPageScrollerOrientation read FOrientation write SetOrientation default soHorizontal;

C++

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

Properties

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

Description

Specifies whether the page scroller is horizontal or vertical.

Use Orientation to specify whether the page scroller is horizontal or vertical.