Instance Property
axisRules
Alternative-layer axis rules keyed by axis ID.
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
A display string for an axis rule.
A display description of the Alternative-layer axis rules.