Search
ShapeAdjustmentHandle.FormulaParam Property
See Also
 





Gets or sets the ShapeFormulaParam whose values will be updated by this handle.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeFormulaParam FormulaParam { get; set; }

Visual Basic  Copy Code

Public Property FormulaParam As ShapeFormulaParam

 Property Value

A ShapeFormulaParam instance.

 See Also