How quickly color fades to fadeColor.
| Visual Basic (Declaration) | |
|---|---|
Public Property FadeGradient As BackgroundFadeGradient | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.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