Intersoft ClientUI Documentation
GetAnimation Method
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > UXPanel Class : GetAnimation Method






element
Target element.
Gets animation value from target element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAnimation( _
   ByVal element As UIElement _
) As Storyboard
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Storyboard
 
value = UXPanel.GetAnimation(element)
C# 
public static Storyboard GetAnimation( 
   UIElement element
)
Delphi 
public function GetAnimation( 
    element: UIElement
): Storyboard; static; 
JScript 
public static function GetAnimation( 
   element : UIElement
) : Storyboard;
Managed Extensions for C++ 
public: static Storyboard* GetAnimation( 
   UIElement* element
) 
C++/CLI 
public:
static Storyboard^ GetAnimation( 
   UIElement^ element
) 

Parameters

element
Target element.

Return Value

Animation.

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.