GestureRecognizer (Métodos)
.NET Framework 3.0
(vea también
Métodos protegidos
)
Arriba
| Nombre | Descripción | |
|---|---|---|
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject). |
| ClearValue | Sobrecargado. Clears the local value of a property. (Se hereda de DependencyObject). |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the property on this type. (Se hereda de DependencyObject). |
| Dispose | Releases all resources used by the GestureRecognizer. |
| Equals | Sobrecargado. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Se hereda de DependencyObject). |
| GetEnabledGestures | Gets the gestures that the GestureRecognizer recognizes. |
| GetHashCode | Gets a hash code for this DependencyObject. (Se hereda de DependencyObject). |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Se hereda de DependencyObject). |
| GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Se hereda de DependencyObject). |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Se hereda de DependencyObject). |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Se hereda de DependencyObject). |
| Recognize | Looks for gestures in the specified StrokeCollection. |
| ReferenceEquals | Determina si las instancias de Object especificadas son la misma instancia. (Se hereda de Object). |
| SetEnabledGestures | Sets the application gestures that the GestureRecognizer will recognize. |
| SetValue | Sobrecargado. Sets the local value of a dependency property. (Se hereda de DependencyObject). |
| ToString | Devuelve una clase String que representa la clase Object actual. (Se hereda de Object). |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject). |
| Nombre | Descripción | |
|---|---|---|
| Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Se hereda de Object). |
| MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). |
| OnPropertyChanged | Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Se hereda de DependencyObject). |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Se hereda de DependencyObject). |