Inherits from NSObject
Declared in TKGaugeTicks.h

Overview

A class representing the ticks in TKGaugeScale.

Properties

hidden

Determines whether the ticks are hidden.

@property (nonatomic) BOOL hidden

Declared In

TKGaugeTicks.h

majorTicksCount

Major ticks count.

@property (nonatomic) int majorTicksCount

Declared In

TKGaugeTicks.h

majorTicksFill

Defines the major ticks fill.

@property (nonatomic, strong, nullable) TKFill *majorTicksFill

Declared In

TKGaugeTicks.h

majorTicksLength

Major ticks length.

@property (nonatomic) CGFloat majorTicksLength

Declared In

TKGaugeTicks.h

majorTicksStroke

Defines the major ticks stroke.

@property (nonatomic, strong, nullable) TKStroke *majorTicksStroke

Declared In

TKGaugeTicks.h

majorTicksWidth

Defines the width of the major ticks. Its used if the ticks have fill set.

@property (nonatomic) CGFloat majorTicksWidth

Declared In

TKGaugeTicks.h

minorTicksCount

Minor ticks count.

@property (nonatomic) int minorTicksCount

Declared In

TKGaugeTicks.h

minorTicksFill

Defines the minor ticks fill.

@property (nonatomic, strong, nullable) TKFill *minorTicksFill

Declared In

TKGaugeTicks.h

minorTicksLength

Minor ticks length.

@property (nonatomic) CGFloat minorTicksLength

Declared In

TKGaugeTicks.h

minorTicksStroke

Defines the minor ticks stroke.

@property (nonatomic, strong, nullable) TKStroke *minorTicksStroke

Declared In

TKGaugeTicks.h

minorTicksWidth

Defines the width of the minor ticks. Its used if the ticks have fill set.

@property (nonatomic) CGFloat minorTicksWidth

Declared In

TKGaugeTicks.h

offset

Ticks offset by the scale line.

@property (nonatomic) CGFloat offset

Declared In

TKGaugeTicks.h

position

Defines the position of the gauge ticks. Inner or outer the scale line.

@property (nonatomic) TKGaugeTicksPosition position

Declared In

TKGaugeTicks.h