ASP.NET Pack Programmer's Guide
Orientation Enumeration
See Also
 





Specifies the orientation of a Menu or a Rating control.

Namespace: MindFusion.UI.WebForms
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Orientation = {}

 Members

  Member name Description

Horizontal

Value: 0. Lays out the elements of the control in a horizontal manner.

Vertical

Value: 1. Lays out the elements of the control in a vertical manner.

 See Also

MindFusion.UI.WebForms Namespace