Class WindowViewModel
ViewModel con propiedades básicas de gestión de la ventana.
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
Obtiene o establece el título de la ventana.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
WindowHeight
Obtiene o establece la altura deseada de la ventana.
Declaration
public double WindowHeight { get; set; }
Property Value
Type | Description |
---|---|
double |
WindowSize
Obtiene o establece el tamaño deseado de la ventana.
Declaration
public Size WindowSize { get; set; }
Property Value
Type | Description |
---|---|
Size |
WindowWidth
Obtiene o establece el ancho deseado de la ventana.
Declaration
public double WindowWidth { get; set; }
Property Value
Type | Description |
---|---|
double |