ManipulationStartingEventArgs.IsSingleTouchEnabled 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.
Obtient ou définit si un doigt peut démarrer une manipulation.
public:
property bool IsSingleTouchEnabled { bool get(); void set(bool value); };
public bool IsSingleTouchEnabled { get; set; }
member this.IsSingleTouchEnabled : bool with get, set
Public Property IsSingleTouchEnabled As Boolean
Valeur de propriété
true
si un doigt peut démarrer une manipulation ; sinon, false
. La valeur par défaut est true
.
Remarques
Pour plus d’informations sur les manipulations, consultez vue d’ensemble des entrées. Pour obtenir un exemple d’application qui répond aux manipulations, consultez Procédure pas à pas : création de votre première application tactile.