FWTextTagConfig
@interface FWTextTagConfig : NSObject
FWTextTagConfig
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIFont *textFont
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic, nullable) UIFont *selectedTextFont
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *textColor
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *selectedTextColor
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *backgroundColor
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *selectedBackgroundColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL enableGradientBackground
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *gradientBackgroundStartColor
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *gradientBackgroundEndColor
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *selectedGradientBackgroundStartColor
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *selectedGradientBackgroundEndColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGPoint gradientBackgroundStartPoint
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGPoint gradientBackgroundEndPoint
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat cornerRadius
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat selectedCornerRadius
-
Undocumented
Declaration
Objective-C
@property (nonatomic) Boolean cornerTopRight
-
Undocumented
Declaration
Objective-C
@property (nonatomic) Boolean cornerTopLeft
-
Undocumented
Declaration
Objective-C
@property (nonatomic) Boolean cornerBottomRight
-
Undocumented
Declaration
Objective-C
@property (nonatomic) Boolean cornerBottomLeft
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat borderWidth
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat selectedBorderWidth
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *borderColor
-
Undocumented
Declaration
Objective-C
@property (strong, nonatomic) UIColor *selectedBorderColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy) UIColor *shadowColor
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGSize shadowOffset
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat shadowRadius
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat shadowOpacity
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGSize extraSpace
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat maxWidth
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat minWidth
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat exactWidth
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat exactHeight
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSObject *extraData