MinimumScaleValue Property

Summary
Gets or sets the minimum allowed value for the scale action to reach.
Syntax
C#
VB
C++
public int MinimumScaleValue { get; set; } 
  
Public Property MinimumScaleValue As Integer 
            public: 
property int MinimumScaleValue { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the minimum 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 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.