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
-
PropertyChangedBaseTitleViewModel
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Title
Gets or sets the dialog title.
public string Title { get; set; }
Property Value
Uri
Gets or sets the image of the dialog title.
public Uri Uri { get; set; }