ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / ClipExtensions Class / GetClipToBounds Method
The element from which the property value is read.

In This Topic
    GetClipToBounds Method
    In This Topic
    Gets the ClipToBounds property value.
    Syntax
    'Declaration
     
    Public Shared Function GetClipToBounds( _
       ByVal element As Windows.UI.Xaml.FrameworkElement _
    ) As System.Boolean
    public static System.bool GetClipToBounds( 
       Windows.UI.Xaml.FrameworkElement element
    )

    Parameters

    element
    The element from which the property value is read.

    Return Value

    The System.Boolean property value for the element.
    See Also