Table of Contents

Interface IMainWindow

Namespace
Gemini.Framework.Services
Assembly
Gemini.dll
public interface IMainWindow

Properties

Height

double Height { get; set; }

Property Value

double

Icon

ImageSource Icon { get; set; }

Property Value

ImageSource

Shell

IShell Shell { get; }

Property Value

IShell

Title

string Title { get; set; }

Property Value

string

Width

double Width { get; set; }

Property Value

double

WindowState

WindowState WindowState { get; set; }

Property Value

WindowState