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

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

返品

IsSharedSizeScope添付プロパティの値。

適用対象

こちらもご覧ください