MindFusion.Wpf Pack Programmer's Guide
Grid.HeadersOnTop Property
See Also
 





Gets or sets a value indicating whether lane headers appear at the top of the z-order above all other items.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool HeadersOnTop { get; set; }

Visual Basic  Copy Code

Public Property HeadersOnTop As Boolean

 Property Value

true if lane headers should be displayed on top, otherwise false. The default is true.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace