Gets or sets the fixed height of the image.

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

Syntax

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

Field Value

The height of the image.

See Also