ManipulationStartingEventArgs.IsSingleTouchEnabled Propriété

Définition

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.

S’applique à