ZScale Property

Summary

Gets or sets the value that represents the scale of the object in the z-axis.

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

Property Value

Value that indicates the scale of the object in the z-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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly