Search
Point3D.X Property
See Also
 





Gets or sets the X coordinate of this point.

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float X { get; set; }

Visual Basic  Copy Code

Public Property X As Single

 Property Value

 See Also