ComponentOne Basic Library for WPF and Silverlight
Position(Popup,Point) Method


C1.Silverlight Namespace > PopupUtil Class > Position Method : Position(Popup,Point) Method
The popup to position.
The popup position.
Positions a System.Windows.Controls.Primitives.Popup in a specified absolute point.
Syntax
'Declaration
 
Public Overloads Shared Sub Position( _
   ByVal popup As System.Windows.Controls.Primitives.Popup, _
   ByVal point As System.Windows.Point _
) 
'Usage
 
Dim popup As System.Windows.Controls.Primitives.Popup
Dim point As System.Windows.Point
 
PopupUtil.Position(popup, point)
public static void Position( 
   System.Windows.Controls.Primitives.Popup popup,
   System.Windows.Point point
)

Parameters

popup
The popup to position.
point
The popup position.
See Also

Reference

PopupUtil Class
PopupUtil Members
Overload List