Gets or sets the cursor to display when the user is modifying the progress of the item or when the user is about to start a modification. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Cursor ProgressResizeCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ProgressResizeCursor As Cursor |
A WPF Cursor.
See Also