次の方法で共有


ScrollOrientation 列挙型

定義

垂直または水平のスクロール方向を指定する列挙型です。

public enum class ScrollOrientation
public enum ScrollOrientation
type ScrollOrientation = 
Public Enum ScrollOrientation
継承
ScrollOrientation

フィールド

名前 説明
Vertical 0

コンテンツは垂直方向にスクロールします。

Horizontal 1

コンテンツは水平方向にスクロールします。

Both 2

コンテンツは、水平方向と垂直方向の両方にスクロールできます。

Neither 3

コンテンツをスクロールできません。

適用対象