Options for alignment selected components

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration AlignType
C#
[FlagsAttribute]
public enum AlignType
Visual C++
[FlagsAttribute]
public enum class AlignType
JavaScript
Greatis.FormDesigner.AlignType = function();
Greatis.FormDesigner.AlignType.createEnum('Greatis.FormDesigner.AlignType', true);

Members

Member nameDescription
Left
The selected control is aligned with the left edge of the primary selected control
Right
The selected control is aligned with the right edge of the primary selected control
Center
The selected control is aligned with the center line of the primary selected control
Top
The selected control is aligned with the upper edge of the primary selected control
Middle
The selected control is aligned with the middle of the primary selected control
Bottom
The selected control is aligned with the lower edge of the primary selected control

See Also