Northwoods.GoSilverlight 2.1.1 Assembly
ArrangeOverride Method
See Also  Send Feedback
Northwoods.GoXam Namespace > LinkPanel Class : ArrangeOverride Method

finalSize

Glossary Item Box

Arrange the child elements of this panel and of any label nodes.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As Size _
) As Size
C# 
protected override Size ArrangeOverride( 
   Size finalSize
)

Parameters

finalSize

Remarks

This positions each child element based on the attached property values of GetIndex, GetFraction, GetAlignment, and GetOrientation. This also positions any LabelNode, using the LinkPanel attached properties on the node's VisualElement, even though such a node is not within the visual tree of this panel. If the label node is a Group, this will instead position all of the group's MemberNodes.

Requirements

See Also

© 2013 All Rights Reserved.