Class WindowViewModel
ViewModel with basic window management properties.
Inheritance
WindowViewModel
Inherited Members
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.Mvvm.dll
Syntax
public class WindowViewModel : ViewModelBase, INotifyPropertyChangeBase, IRefreshable, INotifyPropertyChanged
Properties
| Edit this page View SourceTitle
Gets or sets the window title.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WindowHeight
Gets or sets the desired window height.
Declaration
public double WindowHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
WindowSize
Gets or sets the desired window size.
Declaration
public Size WindowSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
WindowWidth
Gets or sets the desired window width.
Declaration
public double WindowWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| double |