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: DependencyObject
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 Phone Silverlight

Supported in: 8.1, 8.0
See Also