Declared in TKLinearGauge.h

TKLinearGaugeLabelPosition

@enum TKLinearGaugeLabelPosition

Defines the position of TKLinearGauge’s label.

Definition

typedef NS_ENUM(NSInteger, TKLinearGaugeLabelPosition ) {
   TKLinearGaugeLabelPositionTopOrLeft,
   TKLinearGaugeLabelPositionBottomOrRight,
};

Constants

TKLinearGaugeLabelPositionTopOrLeft
 If the gauge orientation is set to horizontal then the label's position could be top.
 If the gauge orientation is set to vertical then the label's position could be left.

Declared In TKLinearGauge.h.

TKLinearGaugeLabelPositionBottomOrRight
 If the gauge orientation is set to horizontal then the label's position could be bottom.
 If the gauge orientation is set to vertical then the label's position could be right.

Declared In TKLinearGauge.h.

Declared In

TKLinearGauge.h