Click or drag to resize

Interaction Class

Defines a BehaviourCollection attached property
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.InteractivityInteraction

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 class Interaction

The Interaction type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBehaviourT
Get a behaviours in the BehaviourCollection associated with the specified object
Public methodStatic memberGetBehaviours
Gets the BehaviourCollection associated with a specified object.
Public methodStatic memberSetBehaviours
Sets the BehaviourCollection associated with a specified object.
Top
Fields
  NameDescription
Public fieldStatic memberBehavioursProperty
Gets or sets the BehaviourCollection associated with a specified object.
Top
Attached Properties
  NameDescription
Public attached propertyBehaviours
Gets or sets the BehaviourCollection associated with a specified object.
Top
See Also