-
Notifications
You must be signed in to change notification settings - Fork 6
/
PanGestureRecognizer.xml
252 lines (252 loc) · 17.7 KB
/
PanGestureRecognizer.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<Type Name="PanGestureRecognizer" FullName="Microsoft.Maui.Controls.PanGestureRecognizer">
<TypeSignature Language="C#" Value="public class PanGestureRecognizer : Microsoft.Maui.Controls.GestureRecognizer, Microsoft.Maui.Controls.IPanGestureController" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PanGestureRecognizer extends Microsoft.Maui.Controls.GestureRecognizer implements class Microsoft.Maui.Controls.IPanGestureController" />
<TypeSignature Language="DocId" Value="T:Microsoft.Maui.Controls.PanGestureRecognizer" />
<TypeSignature Language="VB.NET" Value="Public Class PanGestureRecognizer
Inherits GestureRecognizer
Implements IPanGestureController" />
<TypeSignature Language="C++ CLI" Value="public ref class PanGestureRecognizer : Microsoft::Maui::Controls::GestureRecognizer, Microsoft::Maui::Controls::IPanGestureController" />
<TypeSignature Language="F#" Value="type PanGestureRecognizer = class
 inherit GestureRecognizer
 interface IPanGestureController" />
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Maui.Controls.GestureRecognizer</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Maui.Controls.IPanGestureController</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>A gesture recognizer for panning content that is larger than its parent view.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PanGestureRecognizer ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PanGestureRecognizer.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:
 PanGestureRecognizer();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CurrentId">
<MemberSignature Language="C#" Value="public static Microsoft.Maui.Controls.Internals.AutoId CurrentId { get; }" />
<MemberSignature Language="ILAsm" Value=".property class Microsoft.Maui.Controls.Internals.AutoId CurrentId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.Controls.PanGestureRecognizer.CurrentId" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property CurrentId As AutoId" />
<MemberSignature Language="C++ CLI" Value="public:
 static property Microsoft::Maui::Controls::Internals::AutoId ^ CurrentId { Microsoft::Maui::Controls::Internals::AutoId ^ get(); };" />
<MemberSignature Language="F#" Value="static member CurrentId : Microsoft.Maui.Controls.Internals.AutoId" Usage="Microsoft.Maui.Controls.PanGestureRecognizer.CurrentId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Maui.Controls.Internals.AutoId</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Microsoft.Maui.Controls.IPanGestureController.SendPan">
<MemberSignature Language="C#" Value="void IPanGestureController.SendPan (Microsoft.Maui.Controls.Element sender, double totalX, double totalY, int gestureId);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Microsoft.Maui.Controls.IPanGestureController.SendPan(class Microsoft.Maui.Controls.Element sender, float64 totalX, float64 totalY, int32 gestureId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PanGestureRecognizer.Microsoft#Maui#Controls#IPanGestureController#SendPan(Microsoft.Maui.Controls.Element,System.Double,System.Double,System.Int32)" />
<MemberSignature Language="VB.NET" Value="Sub SendPan (sender As Element, totalX As Double, totalY As Double, gestureId As Integer) Implements IPanGestureController.SendPan" />
<MemberSignature Language="C++ CLI" Value=" virtual void Microsoft.Maui.Controls.IPanGestureController.SendPan(Microsoft::Maui::Controls::Element ^ sender, double totalX, double totalY, int gestureId) = Microsoft::Maui::Controls::IPanGestureController::SendPan;" />
<MemberSignature Language="F#" Value="abstract member Microsoft.Maui.Controls.IPanGestureController.SendPan : Microsoft.Maui.Controls.Element * double * double * int -> unit
override this.Microsoft.Maui.Controls.IPanGestureController.SendPan : Microsoft.Maui.Controls.Element * double * double * int -> unit" Usage="panGestureRecognizer.Microsoft.Maui.Controls.IPanGestureController.SendPan (sender, totalX, totalY, gestureId)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Maui.Controls.IPanGestureController.SendPan(Microsoft.Maui.Controls.Element,System.Double,System.Double,System.Int32)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sender" Type="Microsoft.Maui.Controls.Element" />
<Parameter Name="totalX" Type="System.Double" />
<Parameter Name="totalY" Type="System.Double" />
<Parameter Name="gestureId" Type="System.Int32" />
</Parameters>
<Docs>
<param name="sender">To be added.</param>
<param name="totalX">To be added.</param>
<param name="totalY">To be added.</param>
<param name="gestureId">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled">
<MemberSignature Language="C#" Value="void IPanGestureController.SendPanCanceled (Microsoft.Maui.Controls.Element sender, int gestureId);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled(class Microsoft.Maui.Controls.Element sender, int32 gestureId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PanGestureRecognizer.Microsoft#Maui#Controls#IPanGestureController#SendPanCanceled(Microsoft.Maui.Controls.Element,System.Int32)" />
<MemberSignature Language="VB.NET" Value="Sub SendPanCanceled (sender As Element, gestureId As Integer) Implements IPanGestureController.SendPanCanceled" />
<MemberSignature Language="C++ CLI" Value=" virtual void Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled(Microsoft::Maui::Controls::Element ^ sender, int gestureId) = Microsoft::Maui::Controls::IPanGestureController::SendPanCanceled;" />
<MemberSignature Language="F#" Value="abstract member Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled : Microsoft.Maui.Controls.Element * int -> unit
override this.Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled : Microsoft.Maui.Controls.Element * int -> unit" Usage="panGestureRecognizer.Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled (sender, gestureId)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Maui.Controls.IPanGestureController.SendPanCanceled(Microsoft.Maui.Controls.Element,System.Int32)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sender" Type="Microsoft.Maui.Controls.Element" />
<Parameter Name="gestureId" Type="System.Int32" />
</Parameters>
<Docs>
<param name="sender">To be added.</param>
<param name="gestureId">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted">
<MemberSignature Language="C#" Value="void IPanGestureController.SendPanCompleted (Microsoft.Maui.Controls.Element sender, int gestureId);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted(class Microsoft.Maui.Controls.Element sender, int32 gestureId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PanGestureRecognizer.Microsoft#Maui#Controls#IPanGestureController#SendPanCompleted(Microsoft.Maui.Controls.Element,System.Int32)" />
<MemberSignature Language="VB.NET" Value="Sub SendPanCompleted (sender As Element, gestureId As Integer) Implements IPanGestureController.SendPanCompleted" />
<MemberSignature Language="C++ CLI" Value=" virtual void Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted(Microsoft::Maui::Controls::Element ^ sender, int gestureId) = Microsoft::Maui::Controls::IPanGestureController::SendPanCompleted;" />
<MemberSignature Language="F#" Value="abstract member Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted : Microsoft.Maui.Controls.Element * int -> unit
override this.Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted : Microsoft.Maui.Controls.Element * int -> unit" Usage="panGestureRecognizer.Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted (sender, gestureId)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Maui.Controls.IPanGestureController.SendPanCompleted(Microsoft.Maui.Controls.Element,System.Int32)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sender" Type="Microsoft.Maui.Controls.Element" />
<Parameter Name="gestureId" Type="System.Int32" />
</Parameters>
<Docs>
<param name="sender">To be added.</param>
<param name="gestureId">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Microsoft.Maui.Controls.IPanGestureController.SendPanStarted">
<MemberSignature Language="C#" Value="void IPanGestureController.SendPanStarted (Microsoft.Maui.Controls.Element sender, int gestureId);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void Microsoft.Maui.Controls.IPanGestureController.SendPanStarted(class Microsoft.Maui.Controls.Element sender, int32 gestureId) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PanGestureRecognizer.Microsoft#Maui#Controls#IPanGestureController#SendPanStarted(Microsoft.Maui.Controls.Element,System.Int32)" />
<MemberSignature Language="VB.NET" Value="Sub SendPanStarted (sender As Element, gestureId As Integer) Implements IPanGestureController.SendPanStarted" />
<MemberSignature Language="C++ CLI" Value=" virtual void Microsoft.Maui.Controls.IPanGestureController.SendPanStarted(Microsoft::Maui::Controls::Element ^ sender, int gestureId) = Microsoft::Maui::Controls::IPanGestureController::SendPanStarted;" />
<MemberSignature Language="F#" Value="abstract member Microsoft.Maui.Controls.IPanGestureController.SendPanStarted : Microsoft.Maui.Controls.Element * int -> unit
override this.Microsoft.Maui.Controls.IPanGestureController.SendPanStarted : Microsoft.Maui.Controls.Element * int -> unit" Usage="panGestureRecognizer.Microsoft.Maui.Controls.IPanGestureController.SendPanStarted (sender, gestureId)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Maui.Controls.IPanGestureController.SendPanStarted(Microsoft.Maui.Controls.Element,System.Int32)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sender" Type="Microsoft.Maui.Controls.Element" />
<Parameter Name="gestureId" Type="System.Int32" />
</Parameters>
<Docs>
<param name="sender">To be added.</param>
<param name="gestureId">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PanUpdated">
<MemberSignature Language="C#" Value="public event EventHandler<Microsoft.Maui.Controls.PanUpdatedEventArgs> PanUpdated;" />
<MemberSignature Language="ILAsm" Value=".event class System.EventHandler`1<class Microsoft.Maui.Controls.PanUpdatedEventArgs> PanUpdated" />
<MemberSignature Language="DocId" Value="E:Microsoft.Maui.Controls.PanGestureRecognizer.PanUpdated" />
<MemberSignature Language="VB.NET" Value="Public Event PanUpdated As EventHandler(Of PanUpdatedEventArgs) " />
<MemberSignature Language="C++ CLI" Value="public:
 event EventHandler<Microsoft::Maui::Controls::PanUpdatedEventArgs ^> ^ PanUpdated;" />
<MemberSignature Language="F#" Value="member this.PanUpdated : EventHandler<Microsoft.Maui.Controls.PanUpdatedEventArgs> " Usage="member this.PanUpdated : System.EventHandler<Microsoft.Maui.Controls.PanUpdatedEventArgs> " />
<MemberType>Event</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.EventHandler<Microsoft.Maui.Controls.PanUpdatedEventArgs></ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TouchPoints">
<MemberSignature Language="C#" Value="public int TouchPoints { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 TouchPoints" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints" />
<MemberSignature Language="VB.NET" Value="Public Property TouchPoints As Integer" />
<MemberSignature Language="C++ CLI" Value="public:
 property int TouchPoints { int get(); void set(int value); };" />
<MemberSignature Language="F#" Value="member this.TouchPoints : int with get, set" Usage="Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the number of touch points in the gesture.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TouchPointsProperty">
<MemberSignature Language="C#" Value="public static readonly Microsoft.Maui.Controls.BindableProperty TouchPointsProperty;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class Microsoft.Maui.Controls.BindableProperty TouchPointsProperty" />
<MemberSignature Language="DocId" Value="F:Microsoft.Maui.Controls.PanGestureRecognizer.TouchPointsProperty" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly TouchPointsProperty As BindableProperty " />
<MemberSignature Language="C++ CLI" Value="public: static initonly Microsoft::Maui::Controls::BindableProperty ^ TouchPointsProperty;" />
<MemberSignature Language="F#" Value=" staticval mutable TouchPointsProperty : Microsoft.Maui.Controls.BindableProperty" Usage="Microsoft.Maui.Controls.PanGestureRecognizer.TouchPointsProperty" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Controls.BindableProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>Bindable property for <see cref="P:Microsoft.Maui.Controls.PanGestureRecognizer.TouchPoints" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>