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