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