PointerGestureRecognizer.PointerMovedCommand Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Identifie la propriété pouvant être liée à PointerMovedCommand.
public:
property System::Windows::Input::ICommand ^ PointerMovedCommand { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand PointerMovedCommand { get; set; }
member this.PointerMovedCommand : System.Windows.Input.ICommand with get, set
Public Property PointerMovedCommand As ICommand