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