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






Gets or sets the brush used to fill the line drawn immediately below the CollapsingGroupPanel header.

Syntax

Visual Basic (Declaration) 
Public Property HeaderLineBrush As BrushDefinition
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As BrushDefinition
 
instance.HeaderLineBrush = value
 
value = instance.HeaderLineBrush
C# 
public BrushDefinition HeaderLineBrush {get; set;}
Delphi 
public read-write property HeaderLineBrush: BrushDefinition; 
JScript 
public function get,set HeaderLineBrush : BrushDefinition
Managed Extensions for C++ 
public: __property BrushDefinition* get_HeaderLineBrush();
public: __property void set_HeaderLineBrush( 
   BrushDefinition* value
);
C++/CLI 
public:
property BrushDefinition^ HeaderLineBrush {
   BrushDefinition^ get();
   void set (BrushDefinition^ value);
}

Return Value

A reference to a BrushDefinition, this property defines the Brush used to fill the line drawn immediately below the CollapingGroupPanel header.

Remarks

The HeaderLineHeight specifies the height of the line drawn below the CollapsingGroupPanel header.

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