Specifies the Alignment of an image in the Tool.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public Alignment ImageAlignment { get; set; }
Visual Basic (Declaration)
Public Property ImageAlignment As Alignment
Visual C++
public:
property Alignment ImageAlignment {
	Alignment get ();
	void set (Alignment value);
}

See Also