System.Web.UI.WebControls.Menu.StaticSubMenuIndent Property

Gets or sets the amount of space, in pixels, to indent submenus within a static menu.

Syntax

[System.Web.UI.Themeable(true)]
[System.ComponentModel.DefaultValue(typeof(System.Web.UI.WebControls.Unit), "16px")]
public Unit StaticSubMenuIndent { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the static menu displays more than one menu level (if the Menu.StaticDisplayLevels property is set to a value higher than 1), use the Menu.StaticSubMenuIndent property to specify the number of pixels by which to indent the submenu items within the static menu.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0