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