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.
Remarques
Pour plus d’informations, consultez la propriété CanContentRenderOutsideBounds .