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






Gets or sets the gradient of the fade for a faded background.
How quickly color fades to fadeColor.

Syntax

Visual Basic (Declaration) 
Public Property FadeGradient As BackgroundFadeGradient
Visual Basic (Usage)Copy Code
Dim instance As Background
Dim value As BackgroundFadeGradient
 
instance.FadeGradient = value
 
value = instance.FadeGradient
C# 
public BackgroundFadeGradient FadeGradient {get; set;}
Delphi 
public read-write property FadeGradient: BackgroundFadeGradient; 
JScript 
public function get,set FadeGradient : BackgroundFadeGradient
Managed Extensions for C++ 
public: __property BackgroundFadeGradient get_FadeGradient();
public: __property void set_FadeGradient( 
   BackgroundFadeGradient value
);
C++/CLI 
public:
property BackgroundFadeGradient FadeGradient {
   BackgroundFadeGradient get();
   void set (BackgroundFadeGradient value);
}

Return Value

A BackgroundFadeGradient value, this property specifies the gradient of the fade for a faded background. The gradient determines how quickly Color fades into FadeColor. The default value is Normal.

Remarks

This property is only applicable to backgrounds with Type Faded.

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