Skip to main content
A newer version of this page is available. .
All docs
V20.2

DiagramShape.position Property

Gets the shape position (x- and y-coordinates) in units.

Declaration

position: any

Property Value

Type Description
any

An object that contains the shape coordinates.

Remarks

The position property contains the shape coordinates in the following format: {"x":204,"y":48}.

See Also