Gets or sets whether the item's image is displayed before or after the item's text and description

Namespace:  VIBlend.SuperControls
Assembly:  VIBlendSuperControls (in VIBlendSuperControls.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

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

See Also