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






Gets or sets the horizontal position of the image drawn on the CollapsingGroupPanel header.

Syntax

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

Return Value

A HorizontalAlignment value, this property determines the horizontal position of the HeaderImage on the header of the CollapsingGroupPanel. The default value is Left.

Remarks

The HeaderImage property specifies the image displayed on the header of the CollapsingGroupPanel. The HeaderImageLayout property determines the vertical position of the HeaderImage on the header of the CollapsingGroupPanel. The image below shows the effect HeaderImageAlign has on the position of HeaderImage.

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