Search
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.Lanes
Package: MindFusion.Diagramming

 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