Search
BasePresenter.RightResizeCursor Property
See Also
 





Gets or sets the cursor to display when the user is resizing the end of the item or when the user is about to start a resizing operation. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public Cursor RightResizeCursor { get; set; }

Visual Basic  Copy Code

Public Property RightResizeCursor As Cursor

 Property Value

A WPF Cursor.

 See Also