Table of Contents

Class TitleViewModel

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

Represents a view model for a dialog title with image.

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

Properties

Title

Gets or sets the dialog title.

public string Title { get; set; }

Property Value

string

Uri

Gets or sets the image of the dialog title.

public Uri Uri { get; set; }

Property Value

Uri