Gets or sets which side, left or right, the image will be rendered from the menu item.

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

Syntax

C#
[JsonAttribute(true, true, ImagePosition.Left)]
[DefaultValueAttribute(ImagePosition.Left)]
[C1CategoryAttribute("Category.Appearance")]
[LayoutAttribute(LayoutType.Appearance)]
public ImagePosition ImagePosition { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, ImagePosition.Left)> _
<DefaultValueAttribute(ImagePosition.Left)> _
<C1CategoryAttribute("Category.Appearance")> _
<LayoutAttribute(LayoutType.Appearance)> _
Public Property ImagePosition As ImagePosition
	Get
	Set

See Also