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






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

Syntax

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