Intersoft ClientUI Documentation
SetArcAnimation Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXStackMenu Namespace > UXStackMenu Class : SetArcAnimation Method






element
Target element.
value
Animation.
Sets animation value to target element.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetArcAnimation( _
   ByVal element As UIElement, _
   ByVal value As Storyboard _
) 
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Storyboard
 
UXStackMenu.SetArcAnimation(element, value)
C# 
public static void SetArcAnimation( 
   UIElement element,
   Storyboard value
)
Delphi 
public procedure SetArcAnimation( 
    element: UIElement;
    value: Storyboard
); static; 
JScript 
public static function SetArcAnimation( 
   element : UIElement,
   value : Storyboard
);
Managed Extensions for C++ 
public: static void SetArcAnimation( 
   UIElement* element,
   Storyboard* value
) 
C++/CLI 
public:
static void SetArcAnimation( 
   UIElement^ element,
   Storyboard^ value
) 

Parameters

element
Target element.
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.