4.219 DockPanel

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Panel > DockPanel, IInputElement
DockPanel
(usage)
<DockPanel> UIElement* </DockPanel>
(description)
Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
[content property]
Children
[name property]
Name
[xml lang property]
Language
(properties)
LastChildFill
x:Boolean
(description)
A value that indicates whether the last child element within a DockPanel stretches to fill the remaining available space.
(attachable properties)
DockPanel.Dock
Dock
(description)
A value that indicates the position of a child element within a parent DockPanel.
[target type]
UIElement