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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.