DiagramLite Programmer's Guide
LayeredLayout.EnableCustomLayers Property
See Also
 





Gets or sets a value indicating whether to indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.

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

 Syntax

C#  Copy Code

public bool EnableCustomLayers { get; set; }

Visual Basic  Copy Code

Public Property EnableCustomLayers As Boolean

 Property Value

true to use custom layers, otherwise false. The default is false.

 See Also

LayeredLayout Members
LayeredLayout Class
MindFusion.Diagramming.Layout Namespace