Declaration

var isBraceLayer: Bool { get set }

Declaration

@property (nonatomic, getter=isBraceLayer) BOOL braceLayer;

Declaration

pyobjc_instanceMethods.isBraceLayer() -> bool
pyobjc_instanceMethods.setBraceLayer_(braceLayer: bool)

Discussion

Setting this property marks or unmarks the layer as an Intermediate layer. Use coordinates to read or set the coordinates.

See Also

Layer Kind