Condividi tramite


Metodo AdornerLayout.ArrangeChildren

Esegue la disposizione del layout sull'oggetto AdornerPanel.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: System.Windows.Size
Dimensione dell'oggetto AdornerPanel dopo la disposizione del layout.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdornerLayout Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

AdornerPanel

PrimarySelectionAdornerProvider

Altre risorse

Procedura dettagliata: creazione di uno strumento decorativo visuale in fase di progettazione

Architettura degli strumenti decorativi visuali