TKGaugeTicks Class Reference
Inherits from | NSObject |
Declared in | TKGaugeTicks.h |
Tasks
-
hidden
property -
majorTicksFill
property -
majorTicksStroke
property -
majorTicksWidth
property -
minorTicksWidth
property -
minorTicksFill
property -
minorTicksStroke
property -
offset
property -
majorTicksCount
property -
minorTicksCount
property -
majorTicksLength
property -
minorTicksLength
property -
position
property
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