ComponentOne Calendar for UWP
SetClipToBounds Method

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > ClipExtensions Class : SetClipToBounds Method
The element to which the attached property is written.
The needed System.Boolean value.
Sets the ClipToBounds property value.
Syntax
'Declaration
 
Public Shared Sub SetClipToBounds( _
   ByVal element As Windows.UI.Xaml.FrameworkElement, _
   ByVal value As System.Boolean _
) 
public static void SetClipToBounds( 
   Windows.UI.Xaml.FrameworkElement element,
   System.bool value
)

Parameters

element
The element to which the attached property is written.
value
The needed System.Boolean value.
See Also

Reference

ClipExtensions Class
ClipExtensions Members