←Select platform

MaximumScaleValue Property

Summary

Gets or sets the maximum allowed value for the scale action to reach.

Syntax

C#
VB
C++
public int MaximumScaleValue { get; set; } 
  
Public Property MaximumScaleValue As Integer 
             
            public: 
property int MaximumScaleValue { 
   int get(); 
   void set (    int ); 
} 
             

Property Value

Value that indicates the maximum allowed value for the scale action to reach.

Remarks

To use the Scale action , use the method AddAction to add the MedicalViewerActionType.Scale action to the Medical Viewer Cell. Then use the SetAction method to associate the action with a mouse button.

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