Gets or sets the mouse cursor shown to the user if dragging would resize an object horizontally.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Cursor HorizontalResizeCursor { get; set; } |
Visual Basic Copy Code |
---|
Public Property HorizontalResizeCursor As Cursor |
An instance of the .NET Cursor class. The default is Cursors.SizeWE.
This cursor indicates visually to the user that the mouse is over a place, where clicking+dragging would resize an item horizontally.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |