Search
Vector3D.Z Property
See Also
 





Gets or sets the Z component of this Vector3D object.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public double Z { get; set; }

Visual Basic  Copy Code

Public Property Z As Double

 Property Value

 See Also