ComponentOne Calendar for UWP
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.

In This Topic
    SetClipToBounds Method
    In This Topic
    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