ICreate.Controls.Bars Send comments on this topic.
BackgroundFadeGradient Enumeration
See Also  
ICreate.Controls.Bars Namespace : BackgroundFadeGradient Enumeration






This enumeration specifies how quickly Color fades to FadeColor. This in turn determines the size of the area filled with Color and FadeColor.

Syntax

Visual Basic (Declaration) 
Public Enum BackgroundFadeGradient 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BackgroundFadeGradient
C# 
public enum BackgroundFadeGradient : Enum 
Delphi 
public enum BackgroundFadeGradient = class(Enum)
JScript 
public enum BackgroundFadeGradient extends Enum
Managed Extensions for C++ 
__value public enum BackgroundFadeGradient : public Enum 
C++/CLI 
public enum class BackgroundFadeGradient : public Enum 

Members

MemberDescription
FlatMost of the background is coloured with FadeColor.

VeryGentleA large portion of the background is coloured with FadeColor.

GentleA slightly larger portion of the background is coloured with FadeColor.

NormalEqual sized areas of the background are coloured with Color and FadeColor.

SteepA slightly larger portion of the background is coloured with Color.

VerySteepA large portion of the background is coloured with Color.

SheerMost of the background is coloured with Color.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ICreate.Controls.Bars.BackgroundFadeGradient

Requirements

Namespace: ICreate.Controls.Bars

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: ICreate.Controls.Bars (in ICreate.Controls.Bars.dll)

See Also