Search
Calendar.ItemHResizeCursor Property
See Also
 





Gets or sets the cursor that is displayed when the mouse pointer is over the horizontal resize area of an item.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Cursor ItemHResizeCursor { get; set; }

Visual Basic  Copy Code

Public Property ItemHResizeCursor As Cursor

 Property Value

An instance of the .NET Cursor class.

 See Also