ScrollViewer.GetCanContentRenderOutsideBounds(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 CanContentRenderOutsideBounds / ScrollViewer.CanContentRenderOutsideBounds
propriété jointe XAML sur un élément spécifié.
public:
static bool GetCanContentRenderOutsideBounds(DependencyObject ^ element);
static bool GetCanContentRenderOutsideBounds(DependencyObject const& element);
public static bool GetCanContentRenderOutsideBounds(DependencyObject element);
function getCanContentRenderOutsideBounds(element)
Public Shared Function GetCanContentRenderOutsideBounds (element As DependencyObject) As Boolean
Paramètres
- element
- DependencyObject
Élément à partir duquel la valeur de la propriété est lue.
Retours
bool
Valeur de la propriété, telle qu’obtenue à partir du magasin de propriétés.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Remarques
Pour plus d’informations, consultez la propriété CanContentRenderOutsideBounds .