ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / ClipExtensions Class
Members

In This Topic
    ClipExtensions Class
    In This Topic
    Gets or sets a value indicating whether to clip the content of the element (or content coming from the child elements of the element) to fit into the size of the containing element.
    Object Model
    ClipExtensions Class
    Syntax
    'Declaration
     
    Public Class ClipExtensions 
       Inherits Windows.UI.Xaml.DependencyObject
    public class ClipExtensions : Windows.UI.Xaml.DependencyObject 
    Remarks
    The current version only sets rectangular clip region and doesn't honor Border.CornerRadius property value.
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.Calendar.ClipExtensions

    See Also