Table of Contents

Class ModalScreenModel

Namespace
The.WPF.Shell
Assembly
Instagile.WPF.dll
public sealed class ModalScreenModel : NotificationObject, INotifyPropertyChanged
Inheritance
ModalScreenModel
Implements
Inherited Members
Extension Methods

Constructors

ModalScreenModel(IScreenModel)

public ModalScreenModel(IScreenModel vm)

Parameters

vm IScreenModel

Fields

HeightKeyFormat

public static readonly string HeightKeyFormat

Field Value

string

WidthKeyFormat

public static readonly string WidthKeyFormat

Field Value

string

Properties

Commands

public CommandsMenuModel Commands { get; }

Property Value

CommandsMenuModel

Content

public IScreenModel Content { get; }

Property Value

IScreenModel

DoClose

public IScreenCommand DoClose { get; }

Property Value

IScreenCommand

Height

public double? Height { get; set; }

Property Value

double?

ModalNotifications

public NotificationBarModel ModalNotifications { get; }

Property Value

NotificationBarModel

Width

public double? Width { get; set; }

Property Value

double?