Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
VerticalScaleFactor Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewer Class : VerticalScaleFactor Property




Gets the current vertical scaling factor for the image display.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property VerticalScaleFactor As Double
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewer
Dim value As Double
 
value = instance.VerticalScaleFactor
C# 
public virtual double VerticalScaleFactor {get;}
Managed Extensions for C++ 
public: __property virtual double get_VerticalScaleFactor();
C++/CLI 
public:
virtual property double VerticalScaleFactor {
   double get();
}

Return Value

The current vertical scaling factor.

Example

For C#/VB examples, refer to ScaleFactor.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also