MindFusion.UI for WebForms Programmer's Guide

Orientation Enumeration

See Also
 



Specifies the orientation of a Menu or a Rating control.

Namespace: MindFusion.UI.Web
Assembly: 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