Crosshair Property

Summary

Gets or sets an enumerated value that indicates the style of the crosshair of the magnifying glass.

Syntax
C#
VB
C++
public MedicalViewerCrosshairStyle Crosshair { get; set; } 
  
Public Property Crosshair As MedicalViewerCrosshairStyle 
            public: 
property MedicalViewerCrosshairStyle Crosshair { 
   MedicalViewerCrosshairStyle get(); 
   void set (    MedicalViewerCrosshairStyle ); 
} 

Property Value

A MedicalViewerCrosshairStyle enumerated value that indicates the type of the crosshair of the magnifying glass.

Example

For an example, refer to MedicalViewerMagnifyGlass

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly