PositionText Property

Summary
Gets or sets the enumeration value that determine whether to show or hide the position text and the style to display.
Syntax
C#
VB
C++
public MedicalViewerSpyGlassTextType PositionText { get; set; } 
  
Public Property PositionText As MedicalViewerSpyGlassTextType 
            public: 
property MedicalViewerSpyGlassTextType PositionText { 
   MedicalViewerSpyGlassTextType get(); 
   void set (    MedicalViewerSpyGlassTextType ); 
} 

Property Value

A MedicalViewerSpyGlassTextType enumeration that determines whether to show or hide the position text, and what style to display.

Remarks
  • The position text is a text that is placed below the glass which displays the position of the magnified area.
  • To hide the position text, set this property to MedicalViewerSpyGlassTextType.None.
Example

For an example, please refer to MedicalViewerCell.SpyGlass.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.