PointerGestureRecognizer.PointerMovedCommandParameter Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Identifica a propriedade associável PointerMovedCommandParameter.
public:
property System::Object ^ PointerMovedCommandParameter { System::Object ^ get(); void set(System::Object ^ value); };
public object PointerMovedCommandParameter { get; set; }
member this.PointerMovedCommandParameter : obj with get, set
Public Property PointerMovedCommandParameter As Object