MedicalViewerSpyGlassTextType Enumeration

Summary

Represents an enumeration that determines whether to show a text over or under the spy glass control, and the type of text shown.

Syntax
C#
VB
C++
public enum MedicalViewerSpyGlassTextType 
  
Public Enum MedicalViewerSpyGlassTextType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
            public enum class MedicalViewerSpyGlassTextType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0None Do not display the text.
1Actual Show the actual values. When used in the MedicalViewerSpyGlass.PositionText property it will display the value in pixels.
2Percentage Display the text in a percentage form.

Remarks

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