←Select platform

YScale Property

Summary

Gets or sets the value that represents the scale of the object on the y-axis.

Syntax

C#
VB
C++
public float YScale { get; set; } 
  
Public Property YScale As Single 
public: 
property float YScale { 
   float get(); 
   void set (    float ); 
} 

Property Value

Value that indicates the scale of the object on the y-axis.

Remarks

The Maximum value that can be set is 200.

Adjust the scale using the mouse. For more information refer to Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(leadtools.medicalviewer.medicalvieweractiontype).

Example

For an example, refer to XScale

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.Medical3D Assembly