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






BrushDefinition is a type with a number of properties. These properties define the Brush used to paint a filled area of CollapsingGroupPanel.

Syntax

Visual Basic (Declaration) 
Public Class BrushDefinition 
Visual Basic (Usage)Copy Code
Dim instance As BrushDefinition
C# 
public class BrushDefinition 
Delphi 
public class BrushDefinition 
JScript 
public class BrushDefinition 
Managed Extensions for C++ 
public __gc class BrushDefinition 
C++/CLI 
public ref class BrushDefinition 

Remarks

BrushDefinition is a type which contains a number of properties. These properties specify attributes of a Brush. A Brush is used to fill the header, body and footer of CollapsingGroupPanel. A Brush is also used to fill the header and footer line.

A brush has a style, fade direction and two sets of colour, colour opacity, fade colour and fade colour opacity properties. The one set applies when the CollapsingGroupPanel is cold, the other when it is hot. If the Animate property of CollapsingGroupPanel is true then the transition from one colour set to the other is a smooth fade. If Animate is false then the transition from one colour set to the other is abrupt.

Inheritance Hierarchy

System.Object
   ICreate.Controls.Bars.BrushDefinition

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