Gets the current horizontal scaling factor for the image display.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property HorizontalScaleFactor As Double |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageViewer
Dim value As Double
value = instance.HorizontalScaleFactor
|
C# | |
---|
public double HorizontalScaleFactor {get;} |
C++/CLI | |
---|
public:
property double HorizontalScaleFactor {
double get();
} |
Return Value
The current horizontal scaling factor.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also