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.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class ClipExtensions : DependencyObject
Visual Basic
Public Class ClipExtensions _
	Inherits DependencyObject
XAML Object Element Usage
<ClipExtensions .../>

Remarks

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Phone.Calendar..::..ClipExtensions

See Also