StyleProperty
public enum StyleProperty: String, StylePropertyProtocol
Conforms to StylePropertyProtocol and contains all common style properties.
-
Text color
Declaration
Swift
case textColor
-
Font size
Declaration
Swift
case fontSize
-
Font
Declaration
Swift
case font
-
Cackground color
Declaration
Swift
case backgroundColor
-
Tint color
Declaration
Swift
case tintColor
-
Border color
Declaration
Swift
case borderColor
-
Border width
Declaration
Swift
case borderWidth
-
Title color for normal state
Declaration
Swift
case normalTitleColor
-
Background color for normal state
Declaration
Swift
case normalBackgroundColor
-
Title shadow color for normal state
Declaration
Swift
case normalTitleShadowColor
-
Title color for disabled state
Declaration
Swift
case disabledTitleColor
-
Background color for disabled state
Declaration
Swift
case disabledBackgroundColor
-
Title shadow color for disabled state
Declaration
Swift
case disabledTitleShadowColor
-
Title color for selected state
Declaration
Swift
case selectedTitleColor
-
Background color for selected state
Declaration
Swift
case selectedBackgroundColor
-
Title shadow color for selected state
Declaration
Swift
case selectedTitleShadowColor
-
Title color for highlighted state
Declaration
Swift
case highlightedTitleColor
-
Background color for highlighted state
Declaration
Swift
case highlightedBackgroundColor
-
Title shadow color for highlighted state
Declaration
Swift
case highlightedTitleShadowColor