Declaration

var position: NSPoint { get set }

Declaration

@property (nonatomic, assign) NSPoint position;

Declaration

position() -> NSPoint
setPosition_(position: NSPoint)

Discussion

When the element belongs to a layer, setting the position registers undo, aligns it to the layer grid, and notifies its parent.

See Also

Position