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 .

Применяется к

См. также раздел