RefreshPullDirection 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
RefreshContainer をプルして更新を開始する方向を指定する定数を定義します。
UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.RefreshPullDirection (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。
public enum class RefreshPullDirection
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class RefreshPullDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum RefreshPullDirection
Public Enum RefreshPullDirection
- 継承
-
RefreshPullDirection
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
フィールド
BottomToTop | 3 | 更新を開始するには、下から上にプルします。 |
LeftToRight | 0 | 左から右にプルして更新を開始します。 |
RightToLeft | 2 | 更新を開始するには、右から左にプルします。 |
TopToBottom | 1 | 上から下にプルして更新を開始します。 |
注釈
この列挙体は 、RefreshContainer.PullDirection プロパティの値を提供します。