Search
ShapeFormulaParam.X Property
See Also
 





Gets or sets the horizontal position of the control point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float X { get; set; }

Visual Basic  Copy Code

Public Property X As Single

 Property Value

A float value specifying the horizontal position of the shape control point.

 See Also