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