Share via


ScrollViewer.GetCanContentRenderOutsideBounds(DependencyObject) Méthode

Définition

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

Boolean

bool

Valeur de la propriété, telle qu’obtenue à partir du magasin de propriétés.

Remarques

Pour plus d’informations, consultez la propriété CanContentRenderOutsideBounds .

S’applique à

Voir aussi