Grid.GetIsSharedSizeScope(UIElement) Method

Definition

Gets the value of the IsSharedSizeScope attached property from a given 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

Parameters

element
UIElement

The element from which to read the property value.

Returns

The value of the IsSharedSizeScope attached property.

Applies to

See also