Grid.GetIsSharedSizeScope(UIElement) メソッド

定義

IsSharedSizeScope 添付プロパティの値を、指定した UIElement から取得します。

public:
 static bool GetIsSharedSizeScope(System::Windows::UIElement ^ element);
public static bool GetIsSharedSizeScope (System.Windows.UIElement element);
static member GetIsSharedSizeScope : System.Windows.UIElement -> bool
Public Shared Function GetIsSharedSizeScope (element As UIElement) As Boolean

パラメーター

element
UIElement

プロパティ値の読み取り元となる要素。

戻り値

Boolean

IsSharedSizeScope 添付プロパティの値。

適用対象

こちらもご覧ください