InertiaExpansionBehavior.InitialVelocity 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 le taux initial de redimensionnement de l'élément au début de l'inertie.
public:
property System::Windows::Vector InitialVelocity { System::Windows::Vector get(); void set(System::Windows::Vector value); };
public System.Windows.Vector InitialVelocity { get; set; }
member this.InitialVelocity : System.Windows.Vector with get, set
Public Property InitialVelocity As Vector
Valeur de propriété
Taux initial de redimensionnement de l'élément au début de l'inertie.
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.