C# Class SoftwareKobo.UniversalToolkit.Controls.DockPanel

Inheritance: Windows.UI.Xaml.Controls.Panel
Mostra file Open project: h82258652/SoftwareKobo.UniversalToolkit

Public Properties

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

Public Methods

Method Description
GetDock ( UIElement obj ) : Dock
SetDock ( UIElement obj, Dock value ) : void

Protected Methods

Method Description
ArrangeOverride ( Size arrangeSize ) : Size
MeasureOverride ( Size constraint ) : Size

Private Methods

Method Description
DockChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
LastChildFillChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size arrangeSize ) : Size
arrangeSize Windows.Foundation.Size
return Windows.Foundation.Size

GetDock() public static method

public static GetDock ( UIElement obj ) : Dock
obj Windows.UI.Xaml.UIElement
return Dock

MeasureOverride() protected method

protected MeasureOverride ( Size constraint ) : Size
constraint Windows.Foundation.Size
return Windows.Foundation.Size

SetDock() public static method

public static SetDock ( UIElement obj, Dock value ) : void
obj Windows.UI.Xaml.UIElement
value Dock
return void

Property Details

DockProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml DockProperty
return Windows.UI.Xaml.DependencyProperty

LastChildFillProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml LastChildFillProperty
return Windows.UI.Xaml.DependencyProperty