Intersoft ClientUI Documentation
StartUpAnimationRight Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : StartUpAnimationRight Property






Gets or sets the start up animation when DockMode is set to right.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Storyboard")>
Public Property StartUpAnimationRight As Storyboard
Visual Basic (Usage)Copy Code
Dim instance As UXDock
Dim value As Storyboard
 
instance.StartUpAnimationRight = value
 
value = instance.StartUpAnimationRight
C# 
[CategoryAttribute("Storyboard")]
public Storyboard StartUpAnimationRight {get; set;}
Delphi 
public read-write property StartUpAnimationRight: Storyboard; 
JScript 
CategoryAttribute("Storyboard")
public function get,set StartUpAnimationRight : Storyboard
Managed Extensions for C++ 
[CategoryAttribute("Storyboard")]
public: __property Storyboard* get_StartUpAnimationRight();
public: __property void set_StartUpAnimationRight( 
   Storyboard* value
);
C++/CLI 
[CategoryAttribute("Storyboard")]
public:
property Storyboard^ StartUpAnimationRight {
   Storyboard^ get();
   void set (    Storyboard^ value);
}

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.