Gets or sets the vertical position of the anchor point expressed as percentage of a node's height.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double Y { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Y As Double |
A double value specifying the location of the anchor point, expressed as percentage.
RemarksSet the property value to a number from 0 to 100, otherwise you might get unexpected behavior.
See Also