Sets the ClipToBounds property value.

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

Syntax

C#
public static void SetClipToBounds(
	FrameworkElement element,
	bool value
)
Visual Basic
Public Shared Sub SetClipToBounds ( _
	element As FrameworkElement, _
	value As Boolean _
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element to which the attached property is written.
value
Type: System..::..Boolean
The needed Boolean value.

See Also