ComponentOne Studio for 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 の順序付きリストを提供する関数。
参照

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

 

 


Copyright © GrapeCity inc. All rights reserved.