UIElementExtensions.GetClipToBounds(UIElement) Method

Definition

Gets the value of ClipToBoundsProperty

public static bool GetClipToBounds (Windows.UI.Xaml.UIElement element);
static member GetClipToBounds : Windows.UI.Xaml.UIElement -> bool
Public Shared Function GetClipToBounds (element As UIElement) As Boolean

Parameters

element
Windows.UI.Xaml.UIElement

The Windows.UI.Xaml.UIElement to read the property value from

Returns

The Boolean associated with the Windows.UI.Xaml.FrameworkElement

Applies to