C# Class WinRTXamlToolkit.Controls.DockPanel

Arranges child elements around the edges of the panel. Optionally, last added child element can occupy the remaining space.
Inheritance: Windows.UI.Xaml.Controls.Panel
Exibir arquivo Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
DockProperty Windows.UI.Xaml.DependencyProperty
LastChildFillProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
DockPanel ( ) : System

Initializes a new instance of the T:System.Windows.Controls.DockPanel class.

Private Methods

Method Description
ArrangeOverride ( Size arrangeSize ) : Size
GetDock ( UIElement element ) : Dock
MeasureOverride ( Size constraint ) : Size
OnDockPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnLastChildFillPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

LastChildFillProperty property changed handler.

SetDock ( UIElement element, Dock dock ) : void

Method Details

DockPanel() public method

Initializes a new instance of the T:System.Windows.Controls.DockPanel class.
public DockPanel ( ) : System
return System

Property Details

DockProperty public_oe static_oe property

Identifies the P:System.Windows.Controls.DockPanel.Dock attached property.
public static DependencyProperty,Windows.UI.Xaml DockProperty
return Windows.UI.Xaml.DependencyProperty

LastChildFillProperty public_oe static_oe property

Identifies the P:System.Windows.Controls.DockPanel.LastChildFill dependency property.
public static DependencyProperty,Windows.UI.Xaml LastChildFillProperty
return Windows.UI.Xaml.DependencyProperty