Click or drag to resize

StyleBindingsSetBehaviors Method

Sets the behaviors attached via the Behaviors attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static void SetBehaviors(
	DependencyObject obj,
	BehaviorCollection? value
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the behaviors are attached to.
value
Type: TomsToolbox.WpfBehaviorCollection
The behaviors to attach.
See Also