←Select platform

CurrentYScaleFactor Property

Summary

Gets or sets the current vertical scale factor for the image display.

Syntax

C#
VB
C++
public virtual double CurrentYScaleFactor { get; set; } 
  
<BrowsableAttribute(False)> 
Public Overridable Property CurrentYScaleFactor As Double 
[BrowsableAttribute(false)] 
public: 
virtual property double CurrentYScaleFactor { 
   double get(); 
   void set (    double ); 
} 

Property Value

The current vertical scale factor.

Example

For an example, refer to ScaleFactor.#endregion documentation

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