MBMStylePropertyValueKind
enum MBMStylePropertyValueKind : NSInteger {}
                Describes the kind of a style property value.
- 
                  
                  
The property value is not defined.
Declaration
Objective-C
MBMStylePropertyValueKindUndefinedSwift
case undefined = 0 - 
                  
                  
The property value is a constant.
Declaration
Objective-C
MBMStylePropertyValueKindConstantSwift
case constant = 1 - 
                  
                  
The property value is a style expression.
Declaration
Objective-C
MBMStylePropertyValueKindExpressionSwift
case expression = 2 - 
                  
                  
Property value is a style transition.
Declaration
Objective-C
MBMStylePropertyValueKindTransitionSwift
case transition = 3 
        MBMStylePropertyValueKind Enumeration Reference