View.GestureRecognizers 属性

定义

与此视图关联的手势识别器的集合。

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::IGestureRecognizer ^> ^ GestureRecognizers { System::Collections::Generic::IList<Microsoft::Maui::Controls::IGestureRecognizer ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.IGestureRecognizer> GestureRecognizers { get; }
member this.GestureRecognizers : System.Collections.Generic.IList<Microsoft.Maui.Controls.IGestureRecognizer>
Public ReadOnly Property GestureRecognizers As IList(Of IGestureRecognizer)

属性值

实现

注解

将项添加到此集合会将手势事件与此元素相关联。 不建议为元素本身支持的手势添加手势识别器。

例如,向 a 添加可能会导致TapGestureRecognizerButton意外结果。

适用于