MindFusion.Wpf Pack Programmer's Guide
Diagram.VerticalResizeCursor Property
See Also
 





Gets or sets the mouse cursor shown to the user if dragging would resize an object vertically.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Cursor VerticalResizeCursor { get; set; }

Visual Basic  Copy Code

Public Property VerticalResizeCursor As Cursor

 Property Value

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

 Remarks

This cursor indicates visually to the user that the mouse is over a place, where clicking+dragging would resize an item vertically.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
HorizontalResizeCursor Property
DiagonalResizeCursor Property
CounterDiagonalResizeCursor Property