Grid.SetIsSharedSizeScope(UIElement, Boolean) Metoda

Definicja

Ustawia wartość dołączonej IsSharedSizeScope właściwości do danej UIElementwłaściwości .

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)

Parametry

element
UIElement

Element, na którym ma być ustawiona IsSharedSizeScope dołączona właściwość.

value
Boolean

Wartość właściwości do ustawienia.

Dotyczy

Zobacz też