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






Provides attached control with flipping animation capability at button click.

Object Model

FlippingBehavior Class

Syntax

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

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.