C# Class SoftwareKobo.UniversalToolkit.Controls.DockPanel

Inheritance: Windows.UI.Xaml.Controls.Panel
Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit

Méthodes publiques

Свойство Type Description
DockProperty Windows.UI.Xaml.DependencyProperty
LastChildFillProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetDock ( UIElement obj ) : Dock
SetDock ( UIElement obj, Dock value ) : void

Méthodes protégées

Méthode Description
ArrangeOverride ( Size arrangeSize ) : Size
MeasureOverride ( Size constraint ) : Size

Private Methods

Méthode Description
DockChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
LastChildFillChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size arrangeSize ) : Size
arrangeSize Windows.Foundation.Size
Résultat Windows.Foundation.Size

GetDock() public static méthode

public static GetDock ( UIElement obj ) : Dock
obj Windows.UI.Xaml.UIElement
Résultat Dock

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint Windows.Foundation.Size
Résultat Windows.Foundation.Size

SetDock() public static méthode

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

Property Details

DockProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml DockProperty
Résultat Windows.UI.Xaml.DependencyProperty

LastChildFillProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml LastChildFillProperty
Résultat Windows.UI.Xaml.DependencyProperty