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
- parent
Type : System.Windows.FrameworkElement
AdornerPanel parent.
- internalChildren
Type : System.Windows.Controls.UIElementCollection
UIElementCollection dans le parent.
- finalSize
Type : System.Windows.Size
La taille définitive que le parent veut appliquer au AdornerPanel.
Valeur de retour
Type : System.Windows.Size
Taille du AdornerPanel après application de la mise en page.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Interaction, espace de noms
PrimarySelectionAdornerProvider
Autres ressources
Procédure pas à pas : création d'un ornement au moment du design