The position on the SuperPanel the color of the background is exclusively that of the fadeColor.
| Visual Basic (Declaration) | |
|---|---|
Public Property FadeLocation As BackgroundFadeLocation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public BackgroundFadeLocation FadeLocation {get; set;} | |
| Delphi | |
|---|---|
public read-write property FadeLocation: BackgroundFadeLocation; | |
| JScript | |
|---|---|
public function get,set FadeLocation : BackgroundFadeLocation | |
| Managed Extensions for C++ | |
|---|---|
public: __property BackgroundFadeLocation get_FadeLocation(); public: __property void set_FadeLocation( BackgroundFadeLocation value ); | |
| C++/CLI | |
|---|---|
public: property BackgroundFadeLocation FadeLocation { BackgroundFadeLocation get(); void set (BackgroundFadeLocation value); } | |
Return Value
A BackgroundFadeLocation value, this property specifies the location on the background at which the colour is exclusively the FadeColor. The default value is Edge.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