Position(Popup,Point) Method
In This Topic
Positions a
System.Windows.Controls.Primitives.Popup in a specified absolute point.
Syntax
'Declaration
Public Overloads Shared Sub Position( _
ByVal As Popup, _
ByVal As Point _
)
public static void Position(
Popup ,
Point
)
Parameters
- popup
- The popup to position.
- point
- The popup position.
See Also