Align
The Align
singleton provides tools for describing the horizontal and vertical alignment of graphical elements.
Attributes
- Graph
-
- Supertypes
- Self type
-
Align.type
Members list
Type members
Classlikes
An enumeration of the three generic schemes for aligning visual components, without specifying whether the horizontal or vertical dimension is involved. These generic values can be converted to either horizontal or vertical alignments.
An enumeration of the three generic schemes for aligning visual components, without specifying whether the horizontal or vertical dimension is involved. These generic values can be converted to either horizontal or vertical alignments.
Attributes
- Supertypes
Value members
Concrete fields
Signals that elements should be vertically bottom-aligned. This is an alias for Align.Vertical.Bottom.
Signals that elements should be vertically bottom-aligned. This is an alias for Align.Vertical.Bottom.
Attributes
Signals that elements should be horizontally centered. This is an alias for Align.Horizontal.Middle.
Signals that elements should be horizontally centered. This is an alias for Align.Horizontal.Middle.
Attributes
Signals that elements should be horizontally left-aligned. This is an alias for Align.Horizontal.Left.
Signals that elements should be horizontally left-aligned. This is an alias for Align.Horizontal.Left.
Attributes
Signals that elements should be horizontally right-aligned. This is an alias for Align.Horizontal.Right.
Signals that elements should be horizontally right-aligned. This is an alias for Align.Horizontal.Right.
Attributes
Signals that elements should be vertically top-aligned. This is an alias for Align.Vertical.Top.
Signals that elements should be vertically top-aligned. This is an alias for Align.Vertical.Top.
Attributes
Signals that elements should be vertically centered. This is an alias for Align.Vertical.Middle.
Signals that elements should be vertically centered. This is an alias for Align.Vertical.Middle.