Enum VerticalAlignment
Vertical Alignment of content or control inside parent control
Namespace: EmptyKeys.UserInterface
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum VerticalAlignment
Fields
| Name | Description |
|---|---|
| Bottom | Bottom of the area |
| Center | Center of the area |
| Stretch | Stretches across the area |
| Top | Top of the area |