Declaration

var axisRules: [String : [String : NSNumber]] { get set }

Declaration

@property (nonatomic, strong) NSDictionary<NSString *,NSDictionary<NSString *,NSNumber *> *> * axisRules;

Declaration

axisRules() -> dict[str, NSDictionary<NSString *,NSNumber *>]
setAxisRules_(axisRules: dict[str, NSDictionary<NSString *,NSNumber *>])

Discussion

Each rule can contain inclusive min and max bounds in internal axis values. Returns an empty dictionary when the layer has no axis rules. Setting an empty dictionary removes the axis rules, so the layer is no longer an Alternative layer.

See Also

Alternative Layers