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






Gets or sets the horizontal position of the text on the footer of the CollapsingGroupPanel.

Syntax

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

Return Value

A HorizontalAlign value, this property specifies the horizontal position of the text on the footer of the CollapsingGroupPanel. The default value is Left.

Remarks

The image below shows the effect FooterTextAlign has on the position of the text of the footer 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