←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly