Table of Contents

Class LayoutAnchorGroupControl

Namespace
HeBianGu.Control.Dock.Controls
Assembly
HeBianGu.Control.Dock.dll

This control displays multiple LayoutAnchorControls along the top, bottom, left, or right side of the DockingManager.

public class LayoutAnchorGroupControl : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, ILayoutControl
Inheritance
LayoutAnchorGroupControl
Implements
Inherited Members
Extension Methods

Properties

Children

public ObservableCollection<LayoutAnchorControl> Children { get; }

Property Value

ObservableCollection<LayoutAnchorControl>

Model

Gets the ILayoutElement model for this control.

public ILayoutElement Model { get; }

Property Value

ILayoutElement