Intersoft ClientUI Documentation
GetFlowOutAnimation Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlowPanel Class : GetFlowOutAnimation Method






element
Target element.
Gets flow out animation from target element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetFlowOutAnimation( _
   ByVal element As UIElement _
) As Storyboard
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Storyboard
 
value = UXFlowPanel.GetFlowOutAnimation(element)
C# 
public static Storyboard GetFlowOutAnimation( 
   UIElement element
)
Delphi 
public function GetFlowOutAnimation( 
    element: UIElement
): Storyboard; static; 
JScript 
public static function GetFlowOutAnimation( 
   element : UIElement
) : Storyboard;
Managed Extensions for C++ 
public: static Storyboard* GetFlowOutAnimation( 
   UIElement* element
) 
C++/CLI 
public:
static Storyboard^ GetFlowOutAnimation( 
   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.