Table of Contents

Class ImageViewModel

Namespace
Loehnert.Controls.Dialogs.ViewModels
Assembly
Loehnert.Controls.dll

Represents a view model for a image element inside a DialogViewModel.

public class ImageViewModel : ItemViewModelBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
ImageViewModel
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Uri

Gets or sets the image Uri.

public string Uri { get; set; }

Property Value

string