Search
Alignment Enumeration
See Also
 





Specifies the alignment of a graphics element relative to its layout rectangle.

Namespace: MindFusion.Drawing
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Alignment = {}

 Members

  Member name Description

Center

The element is drawn at the center of the layout rectangle.

Far

The element is drawn at the far edge of the layout rectangle (right or bottom).

Near

The element is drawn at the near edge of the layout rectangle (left or top).

 See Also