Share via


AdornerLayout.ArrangeChildren Method

Performs the layout arrangement on the AdornerPanel.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Windows.Size
The size of the AdornerPanel after the layout arrangement.

.NET Framework Security

See Also

Reference

AdornerLayout Class

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

PrimarySelectionAdornerProvider

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture