Search
WorkbookView.DiagonalResizeCursor Property
See Also
 






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

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Cursor DiagonalResizeCursor { get; set; }

Visual Basic  Copy Code

Public Property DiagonalResizeCursor As Cursor

 Property Value

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

 See Also