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
C# Copy Code |
---|
public Cursor LaneColumnResizeCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property LaneColumnResizeCursor As Cursor |
An instance of the .NET Cursor class. The default is Cursors.VSplit.
This cursor indicates visually that the mouse is over the outside lane column border, where clicking+dragging would resize the lane column.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |