Partager via


ScrollViewer.SetCanContentRenderOutsideBounds Méthode

Définition

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 .

S’applique à

Voir aussi