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






Gets or sets the brush used to fill the line drawn immediately above the CollapsingGroupPanel footer.

Syntax

Visual Basic (Declaration) 
Public Property FooterLineBrush As BrushDefinition
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As BrushDefinition
 
instance.FooterLineBrush = value
 
value = instance.FooterLineBrush
C# 
public BrushDefinition FooterLineBrush {get; set;}
Delphi 
public read-write property FooterLineBrush: BrushDefinition; 
JScript 
public function get,set FooterLineBrush : BrushDefinition
Managed Extensions for C++ 
public: __property BrushDefinition* get_FooterLineBrush();
public: __property void set_FooterLineBrush( 
   BrushDefinition* value
);
C++/CLI 
public:
property BrushDefinition^ FooterLineBrush {
   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 above the footer of the CollapsingGroupPanel.

Remarks

The FooterLineHeight property specified the height, in pixels, of 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