Grid.SetIsSharedSizeScope(UIElement, Boolean) Método

Definición

Establece el valor de la propiedad adjunta IsSharedSizeScope en una clase UIElement concreta.

public:
 static void SetIsSharedSizeScope(System::Windows::UIElement ^ element, bool value);
public static void SetIsSharedSizeScope (System.Windows.UIElement element, bool value);
static member SetIsSharedSizeScope : System.Windows.UIElement * bool -> unit
Public Shared Sub SetIsSharedSizeScope (element As UIElement, value As Boolean)

Parámetros

element
UIElement

Elemento en el que se establecerá la propiedad adjunta IsSharedSizeScope .

value
Boolean

Valor de la propiedad que se establecerá.

Se aplica a

Consulte también