MindFusion.Wpf Pack Programmer's Guide
AnchorPoint.Y Property
See Also
 





Gets or sets the vertical position of the anchor point expressed as percent of a node's height.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double Y { get; set; }

Visual Basic  Copy Code

Public Property Y As Double

 Property Value

A double value specifying the location of the anchor point, expressed in percent.

 Remarks

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

 See Also

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming.Wpf Namespace
X Property
YUnit Property