ScrollViewer.GetCanContentRenderOutsideBounds(DependencyObject) Method

Definition

Gets the value of the CanContentRenderOutsideBounds dependency property / ScrollViewer.CanContentRenderOutsideBounds XAML attached property on a specified element.

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

Parameters

element
DependencyObject

The element from which the property value is read.

Returns

Boolean

bool

The value of the property, as obtained from the property store.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Remarks

For more info, see the CanContentRenderOutsideBounds property.

Applies to

See also