ScrollView.IgnoredInputKinds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定控制件未回應的使用者輸入類型。
public:
property ScrollingInputKinds IgnoredInputKinds { ScrollingInputKinds get(); void set(ScrollingInputKinds value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
ScrollingInputKinds IgnoredInputKinds();
void IgnoredInputKinds(ScrollingInputKinds value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
ScrollingInputKinds IgnoredInputKinds();
void IgnoredInputKinds(ScrollingInputKinds value);
public ScrollingInputKinds IgnoredInputKinds { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")]
public ScrollingInputKinds IgnoredInputKinds { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultIgnoredInputKinds")] set; }
var scrollingInputKinds = scrollView.ignoredInputKinds;
scrollView.ignoredInputKinds = scrollingInputKinds;
Public Property IgnoredInputKinds As ScrollingInputKinds
屬性值
列舉成員值的組合,指出控件未回應的使用者輸入類型。 預設值為 None
。
- 屬性
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute