ScrollViewer.SetIsScrollInertiaEnabled(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 IsScrollInertiaEnabled / ScrollViewer.IsScrollInertiaEnabled
propriété jointe XAML sur un élément spécifié.
public:
static void SetIsScrollInertiaEnabled(DependencyObject ^ element, bool isScrollInertiaEnabled);
static void SetIsScrollInertiaEnabled(DependencyObject const& element, bool const& isScrollInertiaEnabled);
public static void SetIsScrollInertiaEnabled(DependencyObject element, bool isScrollInertiaEnabled);
function setIsScrollInertiaEnabled(element, isScrollInertiaEnabled)
Public Shared Sub SetIsScrollInertiaEnabled (element As DependencyObject, isScrollInertiaEnabled As Boolean)
Paramètres
- element
- DependencyObject
Élément au niveau duquel la valeur de propriété doit être définie.
- isScrollInertiaEnabled
-
Boolean
bool
Valeur à définir.
Remarques
Pour plus d’informations, consultez la propriété IsScrollInertiaEnabled .