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

配置するポップアップ。
ポップアップの位置。
指定された絶対位置に Windows.UI.Xaml.Controls.Primitives.Popup を配置します。
構文
'宣言
 
Public Overloads Shared Sub Position( _
   ByVal popup As Windows.UI.Xaml.Controls.Primitives.Popup, _
   ByVal point As Windows.Foundation.Point _
) 
public static void Position( 
   Windows.UI.Xaml.Controls.Primitives.Popup popup,
   Windows.Foundation.Point point
)

パラメータ

popup
配置するポップアップ。
point
ポップアップの位置。
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