Este tema aún no ha recibido ninguna valoración - Valorar este tema

GestureRecognizer (Métodos)

(vea también Métodos protegidos )
  Nombre Descripción
Método público CheckAccess  Determines whether the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject).
Método público ClearValue  Sobrecargado. Clears the local value of a property. (Se hereda de DependencyObject).
Método público 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).
Método público Dispose Releases all resources used by the GestureRecognizer.
Método público Equals  Sobrecargado. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Se hereda de DependencyObject).
Método público GetEnabledGestures Gets the gestures that the GestureRecognizer recognizes.
Método público GetHashCode  Gets a hash code for this DependencyObject. (Se hereda de DependencyObject).
Método público GetLocalValueEnumerator  Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Se hereda de DependencyObject).
Método público GetType  Obtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método público GetValue  Returns the current effective value of a dependency property on this instance of a DependencyObject. (Se hereda de DependencyObject).
Método público InvalidateProperty  Re-evaluates the effective value for the specified dependency property (Se hereda de DependencyObject).
Método público ReadLocalValue  Returns the local value of a dependency property, if it exists. (Se hereda de DependencyObject).
Método público Recognize Looks for gestures in the specified StrokeCollection.
Método público Estático ReferenceEquals  Determina si las instancias de Object especificadas son la misma instancia. (Se hereda de Object).
Método público SetEnabledGestures Sets the application gestures that the GestureRecognizer will recognize.
Método público SetValue  Sobrecargado. Sets the local value of a dependency property. (Se hereda de DependencyObject).
Método público ToString  Devuelve una clase String que representa la clase Object actual. (Se hereda de Object).
Método público VerifyAccess  Enforces that the calling thread has access to this DispatcherObject. (Se hereda de DispatcherObject).
Arriba
  Nombre Descripción
Método protegido 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).
Método protegido MemberwiseClone  Crea una copia superficial del objeto Object actual. (Se hereda de Object).
Método protegido 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).
Método protegido ShouldSerializeProperty  Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Se hereda de DependencyObject).
Arriba
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.