Gets or sets the mouse cursor shown to the user if dragging would resize rows. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Cursor HorizontalSplitCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HorizontalSplitCursor As Cursor |
An instance of the Cursor class. The default is SizeNS.
See Also