Search
LayoutAlignment Enumeration
See Also
 





Specifies alignment of components.

Namespace: MindFusion.Drawing
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
LayoutAlignment = {}

 Members

  Member name Description

Center

Center alignment.

Far

Right ot bottom alignment

Near

Left or top alignment.

Stretch

Stretch the component.

 See Also