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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Column { get; set; }

Visual Basic  Copy Code

Public Property Column As Integer

 Property Value

An integer value specifying the zero-based index of a table's column. The default is -1.

 Remarks

This property is useful when the anchor point is included in table row's AnchorPattern. It defines whether the anchor point is relative to a cell or to a whole row. If Column is set to -1, the point relative coordinates specify percents of row's extents. Otherwise the point coordinates specify percents of cell's extents.

 See Also