Gets the ClipToBounds property value for the given DependencyObject.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static bool GetClipToBounds(
	DependencyObject o
)
Visual Basic
Public Shared Function GetClipToBounds ( _
	o As DependencyObject _
) As Boolean
Visual C++
public:
static bool GetClipToBounds(
	DependencyObject^ o
)

Parameters

o
Type: System.Windows..::..DependencyObject
The DependencyObject to get the property value from.

Return Value

Whether or not the visual element should clip to bounds.

See Also