Class DockWindow
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
UseToggleButtonProperty
public static readonly DependencyProperty UseToggleButtonProperty
Field Value
VerticalDockProperty
public static readonly DependencyProperty VerticalDockProperty
Field Value
Properties
HorizontalDock
public HorizontalAlignment HorizontalDock { get; set; }
Property Value
UseToggleButton
public bool UseToggleButton { get; set; }
Property Value
VerticalDock
public VerticalAlignment VerticalDock { get; set; }
Property Value
Methods
RefreshLayout()
public void RefreshLayout()