ILayoutPositionableElement - wesley7child/OuterPlugin GitHub Wiki

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