ScrollViewer.IsZoomInertiaEnabled 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 une valeur qui indique si les actions de zoom doivent inclure l’inertie dans leur comportement et leur valeur.
public:
property bool IsZoomInertiaEnabled { bool get(); void set(bool value); };
bool IsZoomInertiaEnabled();
void IsZoomInertiaEnabled(bool value);
public bool IsZoomInertiaEnabled { get; set; }
var boolean = scrollViewer.isZoomInertiaEnabled;
scrollViewer.isZoomInertiaEnabled = boolean;
Public Property IsZoomInertiaEnabled As Boolean
<ScrollViewer IsZoomInertiaEnabled="bool" />
-or-
<object ScrollViewer.IsZoomInertiaEnabled="bool"/>
Valeur de propriété
bool
true si les actions de zoom doivent inclure l’inertie dans leur comportement et leur valeur ; sinon, false.
Remarques
Pour une utilisation XAML, IsZoomInertiaEnabled peut être un attribut sur un élément ScrollViewer explicite ou une utilisation de propriété jointe ScrollViewer.IsZoomInertiaEnabled sur un élément enfant d’un contrôle qui prend en charge la vue scrollview implicitement dans son modèle.