GoXam for WPF v3
ComputeBorder Method (GroupPanel)
Northwoods.GoXam Namespace > GroupPanel Class : ComputeBorder Method
Compute the rectangle in which the elements should be positioned.
Syntax
protected override Rect ComputeBorder()

Return Value

If this panel is in an Adornment and is its LocationElement, return the AdornedElement's size. Otherwise return a Rect based on this first child's DesiredSize. Only the Width and Height of the Rect matter in the calculations performed by SpotPanel.MeasureOverride and SpotPanel.ArrangeOverride.
See Also

Reference

GroupPanel Class
GroupPanel Members