C1.WPF Namespace > PopupUtil Class > Position Method : Position(Popup,Anchor,FrameworkElement,Anchor) Method |
'Declaration
Public Overloads Shared Sub Position( _ ByVal popup As System.Windows.Controls.Primitives.Popup, _ ByVal popupAnchor As Anchor, _ ByVal element As System.Windows.FrameworkElement, _ ByVal elementAnchor As Anchor _ )
'Usage
Dim popup As System.Windows.Controls.Primitives.Popup Dim popupAnchor As Anchor Dim element As System.Windows.FrameworkElement Dim elementAnchor As Anchor PopupUtil.Position(popup, popupAnchor, element, elementAnchor)
public static void Position( System.Windows.Controls.Primitives.Popup popup, Anchor popupAnchor, System.Windows.FrameworkElement element, Anchor elementAnchor )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2