Share via


ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) Méthode

Définition

Définit la valeur de la propriété de dépendance IsZoomInertiaEnabled / ScrollViewer.IsZoomInertiaEnabled propriété jointe XAML sur un élément spécifié.

public:
 static void SetIsZoomInertiaEnabled(DependencyObject ^ element, bool isZoomInertiaEnabled);
 static void SetIsZoomInertiaEnabled(DependencyObject const& element, bool const& isZoomInertiaEnabled);
public static void SetIsZoomInertiaEnabled(DependencyObject element, bool isZoomInertiaEnabled);
function setIsZoomInertiaEnabled(element, isZoomInertiaEnabled)
Public Shared Sub SetIsZoomInertiaEnabled (element As DependencyObject, isZoomInertiaEnabled As Boolean)

Paramètres

element
DependencyObject

Élément au niveau duquel la valeur de propriété doit être définie.

isZoomInertiaEnabled
Boolean

bool

Valeur à définir.

Remarques

Pour plus d’informations, consultez la propriété IsZoomInertiaEnabled .

S’applique à

Voir aussi