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
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public bool HeadersOnTop { get; set; } |
Visual Basic Copy Code |
---|
Public Property HeadersOnTop As Boolean |
true if lane headers should be displayed on top, otherwise false. The default is true.