Click or drag to resize
Cimbalino ToolkitMonitoredInteractionGetBehaviors Method (DependencyObject)
Gets the BehaviorCollection associated with a specified object.

Namespace: Cimbalino.Toolkit.Behaviors
Assembly: Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static BehaviorCollection GetBehaviors(
	DependencyObject obj
)

Parameters

obj
Type: Windows.UI.XamlDependencyObject
The object from which to retrieve the BehaviorCollection.

Return Value

Type: BehaviorCollection
A BehaviorCollection containing the behaviors associated with the specified object.
Version Information

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1
See Also