ZoomText Property

Summary

Gets or sets the enumeration value that determines whether to show or hide the zoom text and what style to display.

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

Property Value

A MedicalViewerSpyGlassTextType enumeration that determine whether to show or hide the zoom text, and in which form.

Remarks
  • The zoom text is a text that is placed below the glass, displaying the amount of zoom of the magnified area.
  • To hide the zoom text, set this property to MedicalViewerSpyGlassTextType.None.

Example

For an example, please refer to MedicalViewerCell.SpyGlass.

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