Search
WorkbookView.HorizontalResizeCursor Property
See Also
 






Gets or sets the mouse cursor shown to the user if dragging would resize an object horizontally. This is a dependency property.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Cursor HorizontalResizeCursor { get; set; }

Visual Basic  Copy Code

Public Property HorizontalResizeCursor As Cursor

 Property Value

An instance of the Cursor class. The default is SizeWE.

 See Also