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
- parent
Tipo: System.Windows.FrameworkElement
Oggetto AdornerPanel padre.
- internalChildren
Tipo: System.Windows.Controls.UIElementCollection
Oggetto UIElementCollection nell'elemento padre.
- finalSize
Tipo: System.Windows.Size
Dimensione finale che AdornerPanel deve assumere in base a parent.
Valore restituito
Tipo: System.Windows.Size
Dimensione dell'oggetto AdornerPanel dopo la disposizione del layout.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction
PrimarySelectionAdornerProvider
Altre risorse
Procedura dettagliata: creazione di uno strumento decorativo visuale in fase di progettazione