Search
Point3D.Y Property
See Also
 





Gets or sets the Y coordinate of this point.

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Layout

 Syntax

C#  Copy Code

public double Y { get; set; }

Visual Basic  Copy Code

Public Property Y As Double

 Property Value

 See Also