Search
TreeLayout.Name Property
See Also
 





Gets a user-friendly name of the layout.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout

 Syntax

C#  Copy Code

public override string Name { get; }

Visual Basic  Copy Code

Public Overrides ReadOnly Property Name As String

 Property Value

Returns "Tree layout".

 See Also