Search
ControlPointEventArgs.OldValue Property
See Also
 





Gets or sets the original position of the control point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeFormulaParam OldValue { get; set; }

Visual Basic  Copy Code

Public Property OldValue As ShapeFormulaParam

 Property Value

A ShapeFormulaParam instance specifying the original position of the shape control point.

 See Also