UIElementExtensions.SetClipToBounds(UIElement, Boolean) Method

Definition

Sets the value of ClipToBoundsProperty

public static void SetClipToBounds (Windows.UI.Xaml.UIElement element, bool value);
static member SetClipToBounds : Windows.UI.Xaml.UIElement * bool -> unit
Public Shared Sub SetClipToBounds (element As UIElement, value As Boolean)

Parameters

element
Windows.UI.Xaml.UIElement

The Windows.UI.Xaml.UIElement to set the property to

value
Boolean

The new value of the attached property

Applies to