Sdílet prostřednictvím


AdornerLayout.ArrangeChildren – metoda

Rozložení uspořádání provádí AdornerPanel.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Public Overridable Function ArrangeChildren ( _
    parent As FrameworkElement, _
    internalChildren As UIElementCollection, _
    finalSize As Size _
) As Size
public virtual Size ArrangeChildren(
    FrameworkElement parent,
    UIElementCollection internalChildren,
    Size finalSize
)
public:
virtual Size ArrangeChildren(
    FrameworkElement^ parent, 
    UIElementCollection^ internalChildren, 
    Size finalSize
)
abstract ArrangeChildren : 
        parent:FrameworkElement * 
        internalChildren:UIElementCollection * 
        finalSize:Size -> Size 
override ArrangeChildren : 
        parent:FrameworkElement * 
        internalChildren:UIElementCollection * 
        finalSize:Size -> Size 
public function ArrangeChildren(
    parent : FrameworkElement, 
    internalChildren : UIElementCollection, 
    finalSize : Size
) : Size

Parametry

Vrácená hodnota

Typ: System.Windows.Size
Velikost AdornerPanel Po uspořádání rozložení.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AdornerLayout Třída

Microsoft.Windows.Design.Interaction – obor názvů

AdornerPanel

PrimarySelectionAdornerProvider

Další zdroje

Walkthrough: Creating a Design-time Adorner

Adorner Architecture