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






Gets or sets the fade colour of the background.
The fade color of the backgound. This parameter is only applicable in the case of a Faded background.

Syntax

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

Return Value

A Color value, this property represents the fade color of the background. The default value for FadeColor is Color.Empty.

Remarks

This property is only applicable to backgrounds with Type Faded. For faded background, Color and FadeColor are used to fill the background.

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