Declaration

var isBracketLayer: Bool { get set }

Declaration

@property (nonatomic, getter=isBracketLayer) BOOL bracketLayer;

Declaration

pyobjc_instanceMethods.isBracketLayer() -> bool
pyobjc_instanceMethods.setBracketLayer_(bracketLayer: bool)

Discussion

Setting this property marks or unmarks the layer as an Alternative layer. Use axisRules to read or set the rules.

See Also

Layer Kind