MBMStylePropertyValueKind
enum MBMStylePropertyValueKind : NSInteger {}
Describes the kind of a style property value.
-
The property value is not defined.
Declaration
Objective-C
MBMStylePropertyValueKindUndefined
Swift
case undefined = 0
-
The property value is a constant.
Declaration
Objective-C
MBMStylePropertyValueKindConstant
Swift
case constant = 1
-
The property value is a style expression.
Declaration
Objective-C
MBMStylePropertyValueKindExpression
Swift
case expression = 2
-
Property value is a style transition.
Declaration
Objective-C
MBMStylePropertyValueKindTransition
Swift
case transition = 3