Inherits from TKStyleNode : NSObject
Declared in TKCalendarDayViewEventCellStyle.h

Overview

A class that represents TKCalendarDayViewEventCell style.

Properties

decorationWidth

The width of the event view decoration.

@property (nonatomic) CGFloat decorationWidth

Declared In

TKCalendarDayViewEventCellStyle.h

detailFont

The font of the detail label.

@property (nonatomic, strong, nonnull) UIFont *detailFont

Declared In

TKCalendarDayViewEventCellStyle.h

detailInsets

The margin of the event details.

@property (nonatomic) UIEdgeInsets detailInsets

Declared In

TKCalendarDayViewEventCellStyle.h

detailNumberOfLines

The maximum number of lines of the detail label. Set to 0 to remove the limit.

@property (nonatomic) NSInteger detailNumberOfLines

Declared In

TKCalendarDayViewEventCellStyle.h

insets

The view margins.

@property (nonatomic) UIEdgeInsets insets

Declared In

TKCalendarDayViewEventCellStyle.h

textColor

The text color for the title and decotration labels.

@property (nonatomic, strong, nonnull) UIColor *textColor

Declared In

TKCalendarDayViewEventCellStyle.h

titleFont

The font of the title label.

@property (nonatomic, strong, nonnull) UIFont *titleFont

Declared In

TKCalendarDayViewEventCellStyle.h

titleInsets

The margin of the event title.

@property (nonatomic) UIEdgeInsets titleInsets

Declared In

TKCalendarDayViewEventCellStyle.h

titleNumberOfLines

The maximum number of lines of the title label. Set to 0 to remove the limit.

@property (nonatomic) NSInteger titleNumberOfLines

Declared In

TKCalendarDayViewEventCellStyle.h

transparency

Transparency of the event background.

@property (nonatomic) CGFloat transparency

Declared In

TKCalendarDayViewEventCellStyle.h