Search
AnchorPoint.X Property
See Also
 





Gets or sets the horizontal position of the anchor point expressed as percentage of a node's width.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double X { get; set; }

Visual Basic  Copy Code

Public Property X As Double

 Property Value

double value specifying the location of the anchor point, expressed as percentage.

 Remarks

Set the property value to a number from 0 to 100, otherwise you might get unexpected behavior.

 See Also