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






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

Syntax

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

Return Value

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

Remarks

The image below shows the effect FooterImageAlign has on the 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

See Also