Gets or sets the name of the formula parameter corresponding to this control point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string ParamName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ParamName As String |
A string specifying the name of the shape formula parameter.
See Also