Interface IMainWindow
public interface IMainWindow
  Properties
Height
double Height { get; set; }
  Property Value
Icon
ImageSource Icon { get; set; }
  Property Value
Shell
IShell Shell { get; }
  Property Value
Title
string Title { get; set; }
  Property Value
Width
double Width { get; set; }
  Property Value
WindowState
WindowState WindowState { get; set; }