Search
LayeredLayoutStatistics.LayerCount Property
See Also
 






Gets the total number of layers in the layout. If more than one subgraph is laid out, this property returns the number of layers in the last subgraph.

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

 Syntax

C#  Copy Code

public int LayerCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property LayerCount As Integer

 Property Value

An integer value.

 See Also