Class ItemViewModelBase
- Namespace
- Loehnert.Controls.Dialogs.ViewModels
- Assembly
- Loehnert.Controls.dll
Represents a base class for a item in a DialogViewModel.
public abstract class ItemViewModelBase : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseItemViewModelBase
- Implements
-
INotifyPropertyChangedEx
- Derived
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Height
Gets or sets the height.
public double Height { get; set; }
Property Value
HorizontalAlignment
Gets or sets the horizontal alignment.
public HorizontalAlignment HorizontalAlignment { get; set; }