Click or drag to resize

StyleBindingsGetTriggers Method

Gets the triggers attached via the Triggers attached property.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static TriggerCollection? GetTriggers(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The object the triggers are attached to.

Return Value

Type: TriggerCollection
The triggers.
See Also