DiagramLite Programmer's Guide
Diagram.EnableLanes Property
See Also
 





Gets or sets whether lanes are enabled. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool EnableLanes { get; set; }

Visual Basic  Copy Code

Public Property EnableLanes As Boolean

 Property Value

true to show the lane grid, otherwise false. The default value is false.

 Remarks

You can customize the lane grid through the LaneGrid property.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace