LineDisplayScrollDirection 列挙型

定義

行表示のスクロール方向を示す定数を定義します。

public enum class LineDisplayScrollDirection
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class LineDisplayScrollDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum LineDisplayScrollDirection
var value = Windows.Devices.PointOfService.LineDisplayScrollDirection.up
Public Enum LineDisplayScrollDirection
継承
LineDisplayScrollDirection
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

フィールド

Down 1

行表示は右にスクロールします。 親 LineDisplay.IsHorizontalMarqueeSupported が True の場合にのみサポートされます。

Left 2

行表示は左にスクロールします。 親 LineDisplay.IsHorizontalMarqueeSupported が True の場合にのみサポートされます。

Right 3

行表示は下にスクロールします。 親 LineDisplay.IsVerticalMarqueeSupported が True の場合にのみサポートされます。

Up 0

行表示は上にスクロールします。 親 LineDisplay.IsVerticalMarqueeSupported が True の場合にのみサポートされます。

適用対象