ScrollViewer.GetCanContentScroll(DependencyObject) 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.
Obtient la valeur de la propriété de dépendance CanContentScroll à partir d’un élément donné.
public:
static bool GetCanContentScroll(System::Windows::DependencyObject ^ element);
public static bool GetCanContentScroll (System.Windows.DependencyObject element);
static member GetCanContentScroll : System.Windows.DependencyObject -> bool
Public Shared Function GetCanContentScroll (element As DependencyObject) As Boolean
Paramètres
- element
- DependencyObject
Élément à partir duquel la valeur de la propriété est lue.
Retours
true si cet élément peut défiler ; sinon, false.