Enum Align
Align option bit constants
enum Align : ubyte { ... }
Enum members
| Name | Description |
|---|---|
Bottom
|
vertically align to the bottom of box |
Center
|
align to the center of box (VCenter | HCenter) |
HCenter
|
horizontally align to the center of box |
Left
|
horizontally align to the left of box |
Right
|
horizontally align to the right of box |
Top
|
vertically align to the top of box |
TopLeft
|
align to the top left corner of box (Left | Top) |
Unspecified
|
alignment is not specified |
VCenter
|
vertically align to the center of box |