Skip to content

ILayoutElementForFloatingWindow

Dirkster99 edited this page Dec 12, 2019 · 7 revisions

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; }

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally