Inherits from TKStyleNode : NSObject
Declared in TKDataFormEditorStyle.h

Overview

Represents the style of an editor when using TKDataForm.

Properties

accessoryArrowSize

The size of the accessory arrow.

@property (nonatomic) CGSize accessoryArrowSize

Declared In

TKDataFormEditorStyle.h

accessoryArrowStroke

The accessoryArrow stroke.

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

Declared In

TKDataFormEditorStyle.h

editorOffset

The offset amount to the editor.

@property (nonatomic) UIOffset editorOffset

Declared In

TKDataFormEditorStyle.h

feedbackImageSize

Size of the feedback image.

@property (nonatomic) CGSize feedbackImageSize

Declared In

TKDataFormEditorStyle.h

feedbackImageViewOffset

Offset for the feedback image view.

@property (nonatomic) UIOffset feedbackImageViewOffset

Declared In

TKDataFormEditorStyle.h

feedbackLabelOffset

The offest amount to the feedback label.

@property (nonatomic) UIOffset feedbackLabelOffset

Declared In

TKDataFormEditorStyle.h

fill

The editor fill.

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

Declared In

TKDataFormEditorStyle.h

imageViewOffset

Offset for the image view.

@property (nonatomic) UIOffset imageViewOffset

Declared In

TKDataFormEditorStyle.h

imageViewSize

Size for the image view.

@property (nonatomic) CGSize imageViewSize

Declared In

TKDataFormEditorStyle.h

insets

The insets for the editor.

@property (nonatomic) UIEdgeInsets insets

Declared In

TKDataFormEditorStyle.h

separatorColor

The separator fill color.

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

Declared In

TKDataFormEditorStyle.h

separatorLeadingSpace

Sets empty space before the separator

@property (nonatomic) CGFloat separatorLeadingSpace

Declared In

TKDataFormEditorStyle.h

separatorTrailingSpace

The amount of empty space after the separator.

@property (nonatomic) CGFloat separatorTrailingSpace

Declared In

TKDataFormEditorStyle.h

stroke

The editor stroke.

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

Declared In

TKDataFormEditorStyle.h

textLabelDisplayMode

Defines the visibility of the text label.

@property (nonatomic) TKDataFormEditorTextLabelDisplayMode textLabelDisplayMode

Declared In

TKDataFormEditorStyle.h

textLabelOffset

The offest amount to the text label.

@property (nonatomic) UIOffset textLabelOffset

Declared In

TKDataFormEditorStyle.h

textLabelWidth

The width of the text label.

@property (nonatomic) CGFloat textLabelWidth

Declared In

TKDataFormEditorStyle.h