ICreate.Controls.Bars Send comments on this topic.
Background Class Members
See Also  Properties  Methods 
ICreate.Controls.Bars Namespace : Background Class


The following tables list the members exposed by Background.

Public Constructors

 NameDescription
Public ConstructorBackground ConstructorOverloaded. Initialises a new instance of a Background type.  
Top

Public Properties

 NameDescription
Public PropertyColorGets or sets the colour of the background.
The color of the background.  
Public PropertyFadeColorGets 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.  
Public PropertyFadeDirectionGets or sets the direction of the fade from Color to FadeColor.
The direction of the fade, for a Faded background.  
Public PropertyFadeGradientGets or sets the gradient of the fade for a faded background.
How quickly color fades to fadeColor.  
Public PropertyFadeLocationGets 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.  
Public PropertyOpacityGets or sets the opacity of the background.
The opacity of the background. This parameter is an intereger in the range 0 to 255 where 0 is completely transparent and 255 comletely opaque.  
Public PropertyTypeGets or sets if the background is transparent, solid or faded.
The type of background, this parameter can be None, Solid or Faded.  
Top

Public Methods

 NameDescription
Public MethodToStringOverridden. Returns the string representation of a Background instance.  
Top

See Also