//#region src/main/api/LabelFieldLocationType.d.ts declare enum LabelFieldLocationType { TopLeft = 0, TopRight = 1, BottomRight = 2, BottomLeft = 3, Top = 4, Right = 5, Bottom = 6, Left = 7, Center = 8, WholeLabel = 9 } //#endregion export { LabelFieldLocationType };