GoXam for WPF v3
DoMakeVisible Method
Northwoods.GoXam Namespace > DiagramPanel Class : DoMakeVisible Method
a UIElement that is in the visual tree of this panel
The region of the element to bring into view; if this is empty, this defaults to the element's parent Part's Bounds.
This overridable method changes the Position so that the given element elt becomes visible in the viewport.
Syntax
protected virtual Rect DoMakeVisible( 
   UIElement elt,
   Rect rectangle
)

Parameters

elt
a UIElement that is in the visual tree of this panel
rectangle
The region of the element to bring into view; if this is empty, this defaults to the element's parent Part's Bounds.
See Also

Reference

DiagramPanel Class
DiagramPanel Members