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