Gets or sets the fixed width of the image.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, "")]
[DefaultValueAttribute(typeof(Unit), "")]
public virtual Unit ImageWidth { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
<DefaultValueAttribute(GetType(Unit), "")> _
Public Overridable Property ImageWidth As Unit
	Get
	Set

Field Value

The width of the image.

See Also