Gets or sets the name of the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# 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.
Components can be searched for by their names by using the FindComponent method.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |