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