Gets or sets the cursor used to create the region of interest.
public
Cursor RegionDefaultCursor {get; set;}
'Declaration
Public Property RegionDefaultCursor As
Cursor
'Usage
Dim instance As
MedicalViewerCell
Dim value As
Cursor
instance.RegionDefaultCursor = value
value = instance.RegionDefaultCursor
public:
property
Cursor^ RegionDefaultCursor {
Cursor^ get();
void set (
Cursor^ value);
}
Property Value
A
System.Windows.Forms.Cursors object that represents the cursor to display when the user is creating the region of interest.