Specifies the alignment of a graphics element relative to its layout rectangle.
Namespace: MindFusion.Drawing
Package: Enum.js
JavaScript
![]() |
---|
// enum |
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). |