Search
DiagramView.LaneColumnResizeCursor Property
See Also
 





Gets or sets the mouse cursor shown to the user when dragging would resize a lane column header.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Cursor LaneColumnResizeCursor { get; set; }

Visual Basic  Copy Code

Public Property LaneColumnResizeCursor As Cursor

 Property Value

An instance of the .NET Cursor class. The default is Cursors.VSplit.

 Remarks

This cursor indicates visually that the mouse is over the outside lane column border, where clicking+dragging would resize the lane column.

 See Also