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






Gets or sets the location of the Image on the SideBar buttons.

Syntax

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

Return Value

A ContentAlignment value, this property specifies the location of the Image on the SideBar buttons. The default value is MiddleLeft.

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