ILayoutElementForFloatingWindow - wesley7child/OuterPlugin GitHub Wiki

The internal ILayoutElementForFloatingWindow interface defines 4 coordinates and an IsMaximized property to model the properties of layout elements that can have a 2-D position, 2-D size, and may be maximized on the current screen.

The following interfaces and classes derive directly from ILayoutElementForFloatingWindow:

This interface is directly or indirectly implemented by:

Properties

  • double FloatingWidth { get; set; }
  • double FloatingHeight { get; set; }
  • double FloatingLeft { get; set; }
  • double FloatingTop { get; set; }
  • bool IsMaximized { get; set; }