ScrollViewer.GetCanContentScroll(DependencyObject) Méthode

Définition

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.

Exemples

CanContentScroll

S’applique à