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