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






Gets or sets the height of the line drawn immediately above the CollapsingGroupPanel footer.

Syntax

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

Return Value

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

Remarks

The FooterLineBrush property defines the Brush used to fill the footer 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