Vcl.Tabs.TScroller.ScrollOrientation
Delphi
property ScrollOrientation: TScrollOrientation read FScrollOrientation write SetScrollOrientation;
C++
__property TScrollOrientation ScrollOrientation = {read=FScrollOrientation, write=SetScrollOrientation, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | published | Vcl.Tabs.pas Vcl.Tabs.hpp |
Vcl.Tabs | TScroller |
説明
スクロールする方向を指定します。
スクロールする方向を決定するには、ScrollOrientation プロパティを読み取るか、書き込みます。ScrollOrientation に指定できる値は次のいずれかです。
| 値 | 意味 |
|---|---|
|
soLeftRight |
水平方向にスクロールします。 |
|
soUpDown |
垂直方向にスクロールします。 |