Search
ControlPointEventArgs.NewValue Property
See Also
 





Gets or sets the new position of the control point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeFormulaParam NewValue { get; set; }

Visual Basic  Copy Code

Public Property NewValue As ShapeFormulaParam

 Property Value

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

 See Also