Search
AnchorPoint.column Property
See Also
 






Gets or sets the column index of a cell with which the anchor point is associated.

Namespace: MindFusion.Diagramming
File: AnchorPoint.js

 Syntax

JavaScript  Copy Code

get column() {}
set column(value) {}

 Property Value

Number

The column index of a cell with which the anchor point is associated.

 Remarks

If column is set to -1, the point relative coordinates specify percentage of row's extents. Otherwise the point coordinates specify percentage of cell's extents.

 See Also