Intersoft ClientUI Documentation
JumpingBehavior Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace : JumpingBehavior Class






Provides attached control with jumping animation capability at button click.

Object Model

JumpingBehavior Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Provides attached control with jumping animation capability at button click.")>
Public Class JumpingBehavior 
   Inherits Intersoft.Client.Framework.ISBehavior(Of UIElement)
Visual Basic (Usage)Copy Code
Dim instance As JumpingBehavior
C# 
[DescriptionAttribute("Provides attached control with jumping animation capability at button click.")]
public class JumpingBehavior : Intersoft.Client.Framework.ISBehavior<UIElement> 
Delphi 
public class JumpingBehavior = class(Intersoft.Client.Framework.ISBehavior)
JScript 
DescriptionAttribute("Provides attached control with jumping animation capability at button click.")
public class JumpingBehavior extends Intersoft.Client.Framework.ISBehavior
Managed Extensions for C++ 
[DescriptionAttribute("Provides attached control with jumping animation capability at button click.")]
public __gc class JumpingBehavior : public Intersoft.Client.Framework.ISBehavior<UIElement> 
C++/CLI 
[DescriptionAttribute("Provides attached control with jumping animation capability at button click.")]
public ref class JumpingBehavior : public Intersoft.Client.Framework.ISBehavior<UIElement> 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.Interactivity.Behavior
         System.Windows.Interactivity.Behavior<T>
            Intersoft.Client.Framework.ISBehavior<T>
               Intersoft.Client.UI.Controls.JumpingBehavior

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.