Visual Basic (Declaration) | |
---|---|
Public Property ScaleFactor As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double ScaleFactor {get; set;} |
XAML Attributes Usage | |
---|---|
<object ScaleFactor=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object ScaleFactor=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
The zoom factor used to display the image.This example zooms out on the image displayed in the viewer
Visual Basic | Copy Code |
---|---|
Public Sub BitmapSourceViewer_ScaleFactor(ByVal viewer As BitmapSourceViewer) |
C# | Copy Code |
---|---|
public void BitmapSourceViewer_ScaleFactor(BitmapSourceViewer viewer) |
XAML | Copy Code |
---|---|
<Window x:Class="WPFSamples.BitmapSourceViewer" Height="600" Width="800" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:Leadtools_Windows_Controls="clr-namespace:Leadtools.Windows.Controls;assembly=Leadtools.Windows.Controls"> |
You can get and set this property when the SizeMode
property is PaintSizeMode.Normal.
This property is read only when the SizeMode property is set to any other value. When SizeMode is set to PaintSizeMode.Stretch, the zoom factor is the smallest of the Width or Height zoom factors (the aspect ratio is not preserved).
This property is read only when the SizeMode property is set to any other value. When SizeMode is set to PaintSizeMode.Stretch, the zoom factor is the smallest of the Width or Height zoom factors (the aspect ratio is not preserved).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family