Gets or sets the ShapeFormulaParam whose values will be updated by this handle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ShapeFormulaParam FormulaParam { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FormulaParam As ShapeFormulaParam |
A ShapeFormulaParam instance.
See Also