AlignmentEnum
AlignmentEnum enumeration
Type of horizontal alignment relative to it’s parent. Used in many elements.
public enum AlignmentEnum
Values
Name | Value | Description |
---|---|---|
undefined | 0 | Alignment is not set. Default value will be used. |
Left | 10 | Align element to the left |
Center | 20 | Align element at the center of it’s parent |
Right | 30 | Align element at the right side |
See Also
- namespace Aspose.OMR.Generation.Config.Enums
- assembly Aspose.OMR