| Visual Basic (Declaration) | |
|---|---|
Public Property FooterImageLayout As CollapsingGroupPanelImageLayout | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CollapsingGroupPanelImageLayout FooterImageLayout {get; set;} | |
| Delphi | |
|---|---|
public read-write property FooterImageLayout: CollapsingGroupPanelImageLayout; | |
| JScript | |
|---|---|
public function get,set FooterImageLayout : CollapsingGroupPanelImageLayout | |
| Managed Extensions for C++ | |
|---|---|
public: __property CollapsingGroupPanelImageLayout get_FooterImageLayout(); public: __property void set_FooterImageLayout( CollapsingGroupPanelImageLayout value ); | |
| C++/CLI | |
|---|---|
public: property CollapsingGroupPanelImageLayout FooterImageLayout { CollapsingGroupPanelImageLayout get(); void set (CollapsingGroupPanelImageLayout value); } | |
Return Value
A CollapsingGroupPanelImageLayout value, this property specifies the vertical position of the FooterImage on the footer of the CollapsingGroupPanel. The default value is SizeToImage.The image below shows the effect the FooterImageLayout property has on the vertical position of the FooterImage.

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