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






Gets or sets the height of the line drawn immediately below the CollapsingGroupPanel header.

Syntax

Visual Basic (Declaration) 
Public Property HeaderLineHeight As Integer
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As Integer
 
instance.HeaderLineHeight = value
 
value = instance.HeaderLineHeight
C# 
public int HeaderLineHeight {get; set;}
Delphi 
public read-write property HeaderLineHeight: Integer; 
JScript 
public function get,set HeaderLineHeight : int
Managed Extensions for C++ 
public: __property int get_HeaderLineHeight();
public: __property void set_HeaderLineHeight( 
   int value
);
C++/CLI 
public:
property int HeaderLineHeight {
   int get();
   void set (int value);
}

Return Value

A System.Int32 value, this property specifies the height, in pixels, of the line drawn immediately below the CollapsingGroupPanel header. The default value is 0.

Remarks

The HeaderLineBrush property defines the Brush used to fill the header line.

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