Northwoods.GoWPF 1.3.5 Assembly
DoMakeVisible Method
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : DoMakeVisible Method

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.
This overridable method changes the DiagramPanel.Position so that the given element elt becomes visible in the viewport.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function DoMakeVisible( _
   ByVal elt As UIElement, _
   ByVal rectangle As Rect _
) As Rect
C# 
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.

Requirements

See Also

© 2012 All Rights Reserved.