Northwoods.GoWPF 2.2.4 Assembly
ArrangeOverride Method (LinkPanel)

Arrange the child elements of this panel and of any label nodes.
Syntax
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As Size _
) As Size
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

Reference

LinkPanel Class
LinkPanel Members
Base Implementation in ArrangeOverride

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback