FMIceLinkLayoutAlignment Constants Reference
| Declared in | FMIceLinkLayoutAlignment.h | 
|---|
FMIceLinkLayoutAlignment
A layout alignment definition.
					Definition
typedef NS_ENUM(NSInteger, FMIceLinkLayoutAlignment ) {
                            
                               FMIceLinkLayoutAlignmentTopLeft = 1,
                            
                               FMIceLinkLayoutAlignmentTop = 2,
                            
                               FMIceLinkLayoutAlignmentTopRight = 3,
                            
                               FMIceLinkLayoutAlignmentLeft = 4,
                            
                               FMIceLinkLayoutAlignmentCenter = 5,
                            
                               FMIceLinkLayoutAlignmentRight = 6,
                            
                               FMIceLinkLayoutAlignmentBottomLeft = 7,
                            
                               FMIceLinkLayoutAlignmentBottom = 8,
                            
                               FMIceLinkLayoutAlignmentBottomRight = 9,
                            
                            };
                    
                    Constants
FMIceLinkLayoutAlignmentTopLeft- 
Indicates a top-left alignment.
Declared In
FMIceLinkLayoutAlignment.h. FMIceLinkLayoutAlignmentTop- 
Indicates a top-center alignment.
Declared In
FMIceLinkLayoutAlignment.h. FMIceLinkLayoutAlignmentTopRight- 
Indicates a top-right alignment.
Declared In
FMIceLinkLayoutAlignment.h. FMIceLinkLayoutAlignmentLeft- 
Indicates a center-left alignment.
Declared In
FMIceLinkLayoutAlignment.h. FMIceLinkLayoutAlignmentCenter- 
Indicates a center-center alignment.
Declared In
FMIceLinkLayoutAlignment.h. FMIceLinkLayoutAlignmentRight- 
Indicates a center-right alignment.
Declared In
FMIceLinkLayoutAlignment.h. FMIceLinkLayoutAlignmentBottomLeft- 
Indicates a bottom-left alignment.
Declared In
FMIceLinkLayoutAlignment.h. FMIceLinkLayoutAlignmentBottom- 
Indicates a bottom-center alignment.
Declared In
FMIceLinkLayoutAlignment.h. FMIceLinkLayoutAlignmentBottomRight- 
Indicates a bottom-right alignment.
Declared In
FMIceLinkLayoutAlignment.h. 
Declared In
FMIceLinkLayoutAlignment.h