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.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public class ClipExtensions : DependencyObject
Visual Basic
Public Class ClipExtensions _
	Inherits DependencyObject

Remarks

The current version only sets rectangular clip region and doesn't honor Border.CornerRadius property value.

Inheritance Hierarchy

System..::..Object
  DependencyObject
    C1.Xaml.Calendar..::..ClipExtensions

See Also