AdornerLayout.ArrangeChildren Method
Performs the layout arrangement on the AdornerPanel.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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
Parameters
- parent
Type: System.Windows.FrameworkElement
The parent AdornerPanel.
- internalChildren
Type: System.Windows.Controls.UIElementCollection
The UIElementCollection in the parent.
- finalSize
Type: System.Windows.Size
The final size that parent wants the AdornerPanel to assume.
Return Value
Type: System.Windows.Size
The size of the AdornerPanel after the layout arrangement.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace
PrimarySelectionAdornerProvider