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