IWindow

Namespace: WellFired

Description

Properties

Window MainContent { get; set; }
string Title { get; set; }
UIRect Rect { get; set; }
UISize MinSize { get; set; }
UISize MaxSize { get; set; }

Public Methods

void Launch ( IInitializationContext initializationContext )

Breakdown

  • Window MainContent { get; set; }
  • string Title { get; set; }
  • UIRect Rect { get; set; }
  • UISize MinSize { get; set; }
  • UISize MaxSize { get; set; }