Basic Library for UWP/WinRT XAML
MakeRelative(Popup,FrameworkElement,Func<List<AnchorMatching>>) メソッド

処理する Windows.UI.Xaml.Controls.Primitives.Popup
ポップアップの配置に使用される要素。
2つの要素の境界を示すコーナーを定義する AnchorMatching の順序付きリストを提供する関数。
ポップアップを別の Windows.UI.Xaml.FrameworkElement に相対的にします。
構文
'宣言
 
Public Overloads Shared Sub MakeRelative( _
   ByVal popup As Windows.UI.Xaml.Controls.Primitives.Popup, _
   ByVal relativeElement As Windows.UI.Xaml.FrameworkElement, _
   ByVal getLocations As System.Func(Of List(Of AnchorMatching)) _
) 
public static void MakeRelative( 
   Windows.UI.Xaml.Controls.Primitives.Popup popup,
   Windows.UI.Xaml.FrameworkElement relativeElement,
   System.Func<List<AnchorMatching>> getLocations
)

パラメータ

popup
処理する Windows.UI.Xaml.Controls.Primitives.Popup
relativeElement
ポップアップの配置に使用される要素。
getLocations
2つの要素の境界を示すコーナーを定義する AnchorMatching の順序付きリストを提供する関数。
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

参照

関連項目

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

Send Feedback