Click or drag to resize

StyleBindingsSetTriggers Method

Sets the triggers attached via the Triggers attached property.

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

Parameters

obj
Type: System.WindowsDependencyObject
The obj.
value
Type: TomsToolbox.WpfTriggerCollection
The value.
See Also