ScrollViewer.ScrollInfo Propriété
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 ou définit l’élément qui implémente l’interface IScrollInfo et fournit des valeurs pour les propriétés de défilement de ce ScrollViewer.
protected public:
property System::Windows::Controls::Primitives::IScrollInfo ^ ScrollInfo { System::Windows::Controls::Primitives::IScrollInfo ^ get(); void set(System::Windows::Controls::Primitives::IScrollInfo ^ value); };
protected internal System.Windows.Controls.Primitives.IScrollInfo ScrollInfo { get; set; }
member this.ScrollInfo : System.Windows.Controls.Primitives.IScrollInfo with get, set
Protected Friend Property ScrollInfo As IScrollInfo
Valeur de propriété
Élément qui contrôle les propriétés de défilement, telles que l’étendue, le décalage ou la taille de fenêtre d’affichage. Cette propriété n’a aucune valeur par défaut.