ILayoutOrientableGroup - wesley7child/OuterPlugin GitHub Wiki

Model Control
ILayoutOrientableGroup LayoutGridControl

The public interface ILayoutOrientableGroup can be used to manipulate the children of (see ILayoutGroup for more details):

  • the layout element that implements this interface
  • the Parent and root element that implements this interface
  • and offers an event notification for changed children plus insert, remove, replace support in ILayoutElement children collection.

The ILayoutOrientableGroup interface also offers a property to determine the Orientation of the content shown within the interface of the object that implements this interface.

Properties

Orientation

Orientation Orientation { get; set; }