Grid.GetIsSharedSizeScope(UIElement) 方法

定义

从给定的 UIElement 中获取 IsSharedSizeScope 附加属性值。

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 附加属性的值。

适用于

另请参阅