Gets or sets the horizontal position of the control point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double X { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property X As Double |
A double value specifying the horizontal position of the shape control point.
See Also