Gets or sets the Y component of this Vector3D object.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public double Y { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Y As Double |
See Also