Class ImagePreviewViewModel
Inheritance
System.Object
ImagePreviewViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ImagePreviewViewModel : ViewModelBase
Constructors
ImagePreviewViewModel(Boolean)
Declaration
public ImagePreviewViewModel(bool isComparingImages = false)
Parameters
System.Boolean
isComparingImages
|
Properties
ActualImageBitmap
Declaration
public BitmapImage ActualImageBitmap { get; set; }
Property Value
System.Windows.Media.Imaging.BitmapImage
|
ImageBitmap
Declaration
public BitmapImage ImageBitmap { get; set; }
Property Value
System.Windows.Media.Imaging.BitmapImage
|
ImageScale
Declaration
public float ImageScale { get; set; }
Property Value
System.Single
|
ImageScaleLabel
Declaration
public string ImageScaleLabel { get; set; }
Property Value
System.String
|
IsActualImagePresent
Declaration
public bool IsActualImagePresent { get; }
Property Value
System.Boolean
|
IsComparingImages
Declaration
public bool IsComparingImages { get; }
Property Value
System.Boolean
|
IsImageBitmapPresent
Declaration
public bool IsImageBitmapPresent { get; }
Property Value
System.Boolean
|
ZoomInCommand
Declaration
public ICommand ZoomInCommand { get; }
Property Value
System.Windows.Input.ICommand
|
ZoomOutCommand
Declaration
public ICommand ZoomOutCommand { get; }
Property Value
System.Windows.Input.ICommand
|
Methods
ZoomIn()
Declaration
public void ZoomIn()
ZoomOut()
Declaration
public void ZoomOut()