ALFlashAlignment Constants Reference

Declared in ALFlashConfig.h

ALFlashAlignment

Alignment of the flash button within the scan view.

Definition

typedef NS_ENUM(NSUInteger, ALFlashAlignment ) {
   ALFlashAlignmentTop = 0,
   ALFlashAlignmentTopLeft = 1,
   ALFlashAlignmentTopRight = 2,
   ALFlashAlignmentBottom = 3,
   ALFlashAlignmentBottomLeft = 4,
   ALFlashAlignmentBottomRight = 5,
};

Constants

ALFlashAlignmentTop

Top center. Equivalent to TOP in JSON config.

Declared In ALFlashConfig.h.

ALFlashAlignmentTopLeft

Top left. Equivalent to TOP_LEFT in JSON config.

Declared In ALFlashConfig.h.

ALFlashAlignmentTopRight

Top right. Equivalent to TOP_RIGHT in JSON config.

Declared In ALFlashConfig.h.

ALFlashAlignmentBottom

Bottom center. Equivalent to BOTTOM in JSON config.

Declared In ALFlashConfig.h.

ALFlashAlignmentBottomLeft

Bottom left. Equivalent to BOTTOM_LEFT in JSON config.

Declared In ALFlashConfig.h.

ALFlashAlignmentBottomRight

Bottom right. Equivalent to BOTTOM_RIGHT in JSON config.

Declared In ALFlashConfig.h.

Declared In

ALFlashConfig.h