skmMenu: An ASP.NET Menu Control

MenuItem.HorizontalAlign Property

Specifies horizontal alignment for the MenuItem.

public virtual System.Web.UI.WebControls.HorizontalAlign HorizontalAlign {get; set;}

Property Value

One of the horizontal alignment options from the System.Web.UI.WebControls.HorizontalAlign enumeration. The default is HorizontalAlign.NotSet.

Remarks

The horizontal alignment indicates how the text and/or images of the MenuItem are aligned.

See Also

MenuItem Class | skmMenu Namespace