Basic Library for UWP/WinRT XAML
Position(Popup,Anchor,FrameworkElement,Anchor) メソッド

配置するポップアップ。
Popup 内のポイントを指定する Anchor 値。
参照として使用する Windows.UI.Xaml.FrameworkElement
FrameworkElement 内のポイントを指定する Anchor 値。
Popup 内の指定されたポイントが FrameworkElement 内の指定されたポイントと一致するように、Windows.UI.Xaml.Controls.Primitives.Popup を配置します。
構文
'宣言
 
Public Overloads Shared Sub Position( _
   ByVal popup As Windows.UI.Xaml.Controls.Primitives.Popup, _
   ByVal popupAnchor As Anchor, _
   ByVal element As Windows.UI.Xaml.FrameworkElement, _
   ByVal elementAnchor As Anchor _
) 
public static void Position( 
   Windows.UI.Xaml.Controls.Primitives.Popup popup,
   Anchor popupAnchor,
   Windows.UI.Xaml.FrameworkElement element,
   Anchor elementAnchor
)

パラメータ

popup
配置するポップアップ。
popupAnchor
Popup 内のポイントを指定する Anchor 値。
element
参照として使用する Windows.UI.Xaml.FrameworkElement
elementAnchor
FrameworkElement 内のポイントを指定する Anchor 値。
Requirements

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

参照

関連項目

PopupUtil クラス
PopupUtil メンバ
オーバーロード一覧

Send Feedback