RefreshPullDirection 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定要提取 RefreshContainer 以起始重新整理的方向。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.RefreshPullDirection (在Windows 應用程式 SDK中,請參閱Windows 應用程式 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 屬性的值。