Constants for vertically aligning objects in their container.
SDK
- watchOS 2.0+
Framework
- Watch
Kit
Declaration
typedef enum WKInterfaceObjectVerticalAlignment : NSInteger {
...
} WKInterfaceObjectVerticalAlignment;
Constants for vertically aligning objects in their container.
SDK
Framework
typedef enum WKInterfaceObjectVerticalAlignment : NSInteger {
...
} WKInterfaceObjectVerticalAlignment;
WKInterface Object Vertical Alignment Top
Top alignment. The object’s content aligns with the top edge of the container and extends downward.
WKInterface Object Vertical Alignment Center
Center alignment. The object’s content is centered vertically in the container and extends equally up and down.
WKInterface Object Vertical Alignment Bottom
Bottom alignment. The object’s content aligns with the bottom edge of the container and extends upward.