ICreate.Controls.Bars Send comments on this topic.
AnimationOpacity Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : AnimationOpacity Property






Gets or sets the opacity of the Animation.

Syntax

Visual Basic (Declaration) 
Public Property AnimationOpacity As Integer
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Integer
 
instance.AnimationOpacity = value
 
value = instance.AnimationOpacity
C# 
public int AnimationOpacity {get; set;}
Delphi 
public read-write property AnimationOpacity: Integer; 
JScript 
public function get,set AnimationOpacity : int
Managed Extensions for C++ 
public: __property int get_AnimationOpacity();
public: __property void set_AnimationOpacity( 
   int value
);
C++/CLI 
public:
property int AnimationOpacity {
   int get();
   void set (int value);
}

Return Value

A System.Int32 value, this property specifies the opacity of the AnimationAnimationOpacity is a value from 0 to 255. 0 if the Animation is completely transparent and 255 if the Animation is completely opaque. The default value is 255.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also