DockPanel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
public class DockPanel : Windows.UI.Xaml.Controls.Panel
type DockPanel = class
inherit Panel
Public Class DockPanel
Inherits Panel
- Inheritance
-
Windows.UI.Xaml.Controls.PanelDockPanel
Constructors
DockPanel() |
Fields
DockProperty |
Gets or sets a value that indicates the position of a child element within a parent DockPanel. |
LastChildFillProperty |
Identifies the LastChildFill dependency property. |
PaddingProperty |
Identifies the Padding dependency property. |
Properties
LastChildFill |
Gets or sets a value indicating whether the last child element within a DockPanel stretches to fill the remaining available space. |
Padding |
Gets or sets the distance between the border and its child object. |
Attached Properties
Dock |
Methods
ArrangeOverride(Size) | Windows.UI.Xaml.Controls.Panel.ArrangeOverride(Windows.Foundation.Size) |
GetDock(FrameworkElement) |
Gets DockProperty attached property |
MeasureOverride(Size) | Windows.UI.Xaml.Controls.Panel.MeasureOverride(Windows.Foundation.Size) |
SetDock(FrameworkElement, Dock) |
Sets DockProperty attached property |