RegionDefaultCursor Property

Summary
Gets or sets the cursor used to create the region of interest.
Syntax
C#
VB
C++
public Cursor RegionDefaultCursor { get; set; } 
  
Public Property RegionDefaultCursor As Cursor 
            public: 
property Cursor^ RegionDefaultCursor { 
   Cursor^ get(); 
   void set (    Cursor^ ); 
} 

Property Value

A System.Windows.Forms.Cursors object that represents the cursor to display when the user is creating the region of interest.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 Apryse Sofware Corp. All Rights Reserved.

Leadtools.MedicalViewer Assembly