Search
ComponentBase.Name Property
See Also
 





Gets or sets the name of the component.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Name { get; set; }

Visual Basic  Copy Code

Public Property Name As String

 Property Value

A string identifying this component within its component tree.

 Remarks

Components can be searched for by their names by using the FindComponent method.

 See Also