AdornerLayout.ArrangeChildren – metoda
Rozložení uspořádání provádí AdornerPanel.
Obor názvů: Microsoft.Windows.Design.Interaction
Sestavení: Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Deklarace
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
Parametry
- parent
Typ: System.Windows.FrameworkElement
Rodiče AdornerPanel.
- internalChildren
Typ: System.Windows.Controls.UIElementCollection
UIElementCollection v nadřazené.
- finalSize
Typ: System.Windows.Size
Poslední velikosti, parent chce AdornerPanel předpokládat.
Vrácená hodnota
Typ: System.Windows.Size
Velikost AdornerPanel Po uspořádání rozložení.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.Windows.Design.Interaction – obor názvů
PrimarySelectionAdornerProvider