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






A collection of properties that describe the appearance of the background of SuperPanel, the client area of SuperPanel and the title background of SuperPanel.

Syntax

Visual Basic (Declaration) 
Public Class Background 
   Implements IChildProperty 
Visual Basic (Usage)Copy Code
Dim instance As Background
C# 
public class Background : IChildProperty  
Delphi 
public class Background = class(IChildProperty)
JScript 
public class Background implements IChildProperty 
Managed Extensions for C++ 
public __gc class Background : public IChildProperty  
C++/CLI 
public ref class Background : public IChildProperty  

Remarks

The Background determines the appearance of the background of SuperPanel, the client area of SuperPanel and the background of the title of SuperPanel. The image below shows a SuperPanel with Background, ClientBackground and TitleBackground rendered with a faded background. These three properties are Background values.

The background can be None, Solid or Faded. The Color property specifies the colour of the background and in the case of a faded background, FadeColor specifies the colour of the fade. The direction of the fade is specified via the FadeDirection property. FadeGradient determines how quickly the background fades from Color to FadeColor. FadeLocation specifies the position on the SuperPanel at which the colour of the background is soley FadeColor. The Opacity property specifies the opacity of the background.

Inheritance Hierarchy

System.Object
   ICreate.Controls.Bars.Background

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