Skip to content

ILayoutPositionableElement

Dirkster99 edited this page Dec 12, 2019 · 3 revisions

The internal ILayoutPositionableElement interface derives from:

This interface exposes properties to:

This interface is directly or indirectly implemented by:

Properties

  • GridLength DockWidth { get; set; }
  • GridLength DockHeight { get; set; }
  • double DockMinWidth { get; set; }
  • double DockMinHeight { get; set; }
  • bool AllowDuplicateContent { get; set; }
  • bool IsVisible { get; }

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally