MindFusion.UI for WebForms Programmer's Guide

Menu.Orientation Property

See Also
 





Specifies the orientation of the menu.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public Orientation Orientation { get; set; }

Visual Basic  Copy Code

Public Property Orientation As Orientation

 Property Value

Type: Orientation
One of the System.Web.UI.WebControls.Orientation Enumeration values that specifies the orientation of the control. Default value is Orientation.Horizontal.

 See Also