Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
HorizontalScaleFactor Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewerElement Class : HorizontalScaleFactor Property



Gets the current horizontal scaling factor for the image display.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property HorizontalScaleFactor As Double
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerElement
Dim value As Double
 
value = instance.HorizontalScaleFactor
C# 
public virtual double HorizontalScaleFactor {get;}
C++/CLI 
public:
virtual property double HorizontalScaleFactor {
   double get();
}

Return Value

The current horizontal 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