Represents a behavior that allows for applying different interaction effects to an element.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Core (in Telerik.Windows.Core.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public Class InteractionBehavior _
Inherits Behavior(Of FrameworkElement) |
| Visual C++ |
|---|
public ref class InteractionBehavior : public Behavior<FrameworkElement^> |
Inheritance Hierarchy
See Also