VerticalAlignment
VerticalAlignment enumeration
Describes vertical positioning of child element inside parent
public enum VerticalAlignment
Values
| Name | Value | Description |
|---|---|---|
| undefined | 0 | Alignment is not set. Default value will be used. |
| Top | 10 | Align element at the top of the parent |
| Center | 20 | Align element at the center of the parent |
| Bottom | 30 | Align element at the bottom of the parent |
See Also
- namespace Aspose.OMR.Generation.Config.Enums
- assembly Aspose.OMR