Orientation

The orientation of a control or layout.
 

Example

The following is an example of how to reference the Orientation object:

	// The full path is required.
	dundas.controls.Orientation.HORIZONTAL
	

 

Properties

 
  Name Description
  HORIZONTAL The control or layout is oriented horizontally.
  VERTICAL The control or layout is oriented vertically.