Gets or sets the name of the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string Name { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Name As String |
A string identifying this component within its component tree.
RemarksComponents can be searched for by their names by using the FindComponent method.
See Also