Share via


ScrollViewer.IsZoomInertiaEnabled Propriété

Définition

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é

Boolean

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.

S’applique à

Voir aussi