TKBalloonShapeArrowPosition Constants Reference
Declared in | TKBalloonShape.h |
TKBalloonShapeArrowPosition
Represents a trackabll tooltip arrow position
Definition
typedef NS_ENUM(NSInteger, TKBalloonShapeArrowPosition ) {
TKBalloonShapeArrowPositionNone = 0,
TKBalloonShapeArrowPositionLeft = 1,
TKBalloonShapeArrowPositionRight = 2,
TKBalloonShapeArrowPositionTop = 3,
TKBalloonShapeArrowPositionBottom = 4,
TKBalloonShapeArrowPositionLeftTop = 5,
TKBalloonShapeArrowPositionLeftBottom = 6,
TKBalloonShapeArrowPositionRightTop = 7,
TKBalloonShapeArrowPositionRightBottom = 8,
TKBalloonShapeArrowPositionTopLeft = 9,
TKBalloonShapeArrowPositionTopRight = 10,
TKBalloonShapeArrowPositionBottomLeft = 11,
TKBalloonShapeArrowPositionBottomRight = 12,
};
Constants
TKBalloonShapeArrowPositionNone
-
The arrow is not visible
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionLeft
-
The arrow is at left side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionRight
-
The arrow is in the right side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionTop
-
The arrow is in the top side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionBottom
-
The arrow is in the bottom side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionLeftTop
-
The arrow is in the left-top side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionLeftBottom
-
The arrow is in the left-bottom side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionRightTop
-
The arrow is in the right-top side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionRightBottom
-
The arrow is in the right-bottom side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionTopLeft
-
The arrow is in the top-left side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionTopRight
-
The arrow is in the top-right side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionBottomLeft
-
The arrow is in the bottom-left side of balloon shape
Declared In
TKBalloonShape.h
. TKBalloonShapeArrowPositionBottomRight
-
The arrow is in the bottom-right side of balloon shape
Declared In
TKBalloonShape.h
.
Declared In
TKBalloonShape.h