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






Gets or sets the location on the background at which the colour is exclusively the FadeColor.
The position on the SuperPanel the color of the background is exclusively that of the fadeColor.

Syntax

Visual Basic (Declaration) 
Public Property FadeLocation As BackgroundFadeLocation
Visual Basic (Usage)Copy Code
Dim instance As Background
Dim value As BackgroundFadeLocation
 
instance.FadeLocation = value
 
value = instance.FadeLocation
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.

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