| Visual Basic (Declaration) | |
|---|---|
Public Property LabelPosition As CollapsingGroupPanelLabelPosition | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CollapsingGroupPanelLabelPosition LabelPosition {get; set;} | |
| Delphi | |
|---|---|
public read-write property LabelPosition: CollapsingGroupPanelLabelPosition; | |
| JScript | |
|---|---|
public function get,set LabelPosition : CollapsingGroupPanelLabelPosition | |
| Managed Extensions for C++ | |
|---|---|
public: __property CollapsingGroupPanelLabelPosition get_LabelPosition(); public: __property void set_LabelPosition( CollapsingGroupPanelLabelPosition value ); | |
| C++/CLI | |
|---|---|
public: property CollapsingGroupPanelLabelPosition LabelPosition { CollapsingGroupPanelLabelPosition get(); void set (CollapsingGroupPanelLabelPosition value); } | |
Return Value
A CollapsingGroupPanelLabelPosition value, this property specifies the position of the labels relative to the CollapsingGroupPanel child controls. The default value is LeftCenter.CollapsingGroupPanel is an
The image below shows the effect of LabelPosition on the position of the labels.

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