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






Gets or sets the horizontal position of the HeaderText.

Syntax

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

Return Value

A HorizontalAlignment value, this property specifies the horizontal position of the HeaderText on the header of the CollapsingGroupPanel.

Remarks

The HeaderText property specifies the text drawn on the header of the CollapsingGroupPanel. The image below shows the effect HeaderTextAlign has on the position of the HeaderText.

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