Enables or disables the auto-scaling of images.

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

Syntax

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

See Also