←Select platform

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

Leadtools.MedicalViewer Assembly