Partager via


AdornerLayout.ArrangeChildren, méthode

Applique la mise en page au AdornerPanel.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Windows.Size
Taille du AdornerPanel après application de la mise en page.

Sécurité .NET Framework

Voir aussi

Référence

AdornerLayout Classe

Microsoft.Windows.Design.Interaction, espace de noms

AdornerPanel

PrimarySelectionAdornerProvider

Autres ressources

Procédure pas à pas : création d'un ornement au moment du design

Architecture d'ornement