ScrollView.ComputedHorizontalScrollMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示透過使用者輸入水平卷動的有效能力。
public:
property ScrollingScrollMode ComputedHorizontalScrollMode { ScrollingScrollMode get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedHorizontalScrollMode")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedHorizontalScrollMode")]
ScrollingScrollMode ComputedHorizontalScrollMode();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedHorizontalScrollMode")]
public ScrollingScrollMode ComputedHorizontalScrollMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedHorizontalScrollMode")] get; }
var scrollingScrollMode = scrollView.computedHorizontalScrollMode;
Public ReadOnly Property ComputedHorizontalScrollMode As ScrollingScrollMode
屬性值
列舉值,表示透過使用者輸入水準捲動的有效能力。
- 屬性
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute