ScrollingContentOrientation 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定 在 中 ScrollView
捲動內容的方向。
public enum class ScrollingContentOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingContentOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingContentOrientation
Public Enum ScrollingContentOrientation
- 繼承
-
ScrollingContentOrientation
- 屬性
欄位
Both | 3 | 內容可以水平和垂直捲動。 |
Horizontal | 1 | 內容可以水平捲動。 |
None | 2 | 內容無法水平或垂直捲動。 |
Vertical | 0 | 內容可以垂直捲動。 |