Gets the ClipToBounds property value.

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

Syntax

C#
public static bool GetClipToBounds(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetClipToBounds ( _
	element As FrameworkElement _
) As Boolean

Parameters

element
Type: System.Windows..::..FrameworkElement
The element from which the property value is read.

Return Value

The Boolean property value for the element.

See Also