Compartir a través de


AdornerLayout.ArrangeChildren (Método)

Lleva a cabo la organización del diseño de AdornerPanel.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Windows.Size
Tamaño de AdornerPanel después de la organización del diseño.

Seguridad de .NET Framework

Vea también

Referencia

AdornerLayout Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

AdornerPanel

PrimarySelectionAdornerProvider

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Arquitectura de los adornos