MindFusion.Wpf Pack Programmer's Guide
WorkbookView.AutoFillCursor Property
See Also
 





Gets or sets the mouse cursor shown to the user if the mouse is over the auto fill handle or the user is currently performing an auto fill operation. This is a dependency property.

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

 Syntax

C#  Copy Code

public Cursor AutoFillCursor { get; set; }

Visual Basic  Copy Code

Public Property AutoFillCursor As Cursor

 Property Value

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

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace