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






Gets or sets the brush used to fill the body of the CollapsingGroupPanel.

Syntax

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

Return Value

A reference to a BrushDefinition, this property defines the Brush used to fill the body of the CollapsingGroupPanel.

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