Enum GridLayout.Alignment
Defines the alignment options for controls within grid cells.
Assembly: MicroLayout.dll
View Source
Declaration
public enum GridLayout.Alignment
Fields
Left
Align left
View Source
Declaration
Left = 0
Top
Align to top
View Source
Declaration
Top = 1
Right
align right
View Source
Declaration
Right = 2
Bottom
Align bottom
View Source
Declaration
Bottom = 3
Center
Center
View Source
Declaration
Center = 4
Stretch
Stretch to fill
View Source
Declaration
Stretch = 5