| Visual Basic (Declaration) | |
|---|---|
Public Property HeaderImageLayout As CollapsingGroupPanelImageLayout | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CollapsingGroupPanelImageLayout HeaderImageLayout {get; set;} | |
| Delphi | |
|---|---|
public read-write property HeaderImageLayout: CollapsingGroupPanelImageLayout; | |
| JScript | |
|---|---|
public function get,set HeaderImageLayout : CollapsingGroupPanelImageLayout | |
| Managed Extensions for C++ | |
|---|---|
public: __property CollapsingGroupPanelImageLayout get_HeaderImageLayout(); public: __property void set_HeaderImageLayout( CollapsingGroupPanelImageLayout value ); | |
| C++/CLI | |
|---|---|
public: property CollapsingGroupPanelImageLayout HeaderImageLayout { CollapsingGroupPanelImageLayout get(); void set (CollapsingGroupPanelImageLayout value); } | |
Return Value
A CollapsingGroupPanelImageLayout value, this property specifies the vertical position of the HeaderImage on the header of the CollapsingGroupPanel. The default value is Central.The HeaderImage property defines the image displayed on the header of the CollapsingGroupPanel. The HeaderImageAlign property specifies the horizontal position of the HeaderImage on the header of the CollapsingGroupPanel. The image below shows the effect HeaderImageLayout has on the position of the HeaderImage.

Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family