ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) Méthode
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.
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 .