Click or drag to resize

StyleInteractionGetTemplate Method

Gets the InteractionTemplate associated with a specified object.

Namespace:  Cauldron.XAML.Interactivity
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static InteractionTemplate GetTemplate(
	DependencyObject dependencyObject
)

Parameters

dependencyObject
Type: System.WindowsDependencyObject
The DependencyObject from which to retrieve the InteractionTemplate.

Return Value

Type: InteractionTemplate
A InteractionTemplate containing the behaviors associated with the specified object.
See Also