An NDoc Documented Class Library

ILayoutNode Interface

An interface for objects which are placed in a layout tree.

For a list of all members of this type, see ILayoutNode Members.

public interface ILayoutNode

Types that implement ILayoutNode

Type Description
SplitLayoutNode A layout node for defining splits in the UI. This split is defined by providing left and right children which should reside on their respective sides in the split.
ViewLayoutNode A layout node for IViews.

Requirements

Namespace: Sandia.MVCFramework.ViewManager

Assembly: Sandia.MVCFramework (in Sandia.MVCFramework.dll)

See Also

ILayoutNode Members | Sandia.MVCFramework.ViewManager Namespace