Table of Contents

Class DockWindow

Namespace
H.Windows.Dock
Assembly
H.Windows.Dock.dll
public class DockWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
DockWindow
Implements
Inherited Members
Extension Methods

Constructors

DockWindow()

public DockWindow()

Fields

HorizontalDockProperty

public static readonly DependencyProperty HorizontalDockProperty

Field Value

DependencyProperty

UseToggleButtonProperty

public static readonly DependencyProperty UseToggleButtonProperty

Field Value

DependencyProperty

VerticalDockProperty

public static readonly DependencyProperty VerticalDockProperty

Field Value

DependencyProperty

Properties

HorizontalDock

public HorizontalAlignment HorizontalDock { get; set; }

Property Value

HorizontalAlignment

UseToggleButton

public bool UseToggleButton { get; set; }

Property Value

bool

VerticalDock

public VerticalAlignment VerticalDock { get; set; }

Property Value

VerticalAlignment

Methods

RefreshLayout()

public void RefreshLayout()