LayoutContext.LayoutStateCore Eigenschaft

Definition

Implementiert das Verhalten von LayoutState in einem abgeleiteten oder benutzerdefinierten LayoutContext.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

protected:
 virtual property Platform::Object ^ LayoutStateCore { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable LayoutStateCore();

void LayoutStateCore(IInspectable value);
protected virtual object LayoutStateCore { get; set; }
Protected Overridable Property LayoutStateCore As Object

Eigenschaftswert

Object

Platform::Object

IInspectable

Der Wert, der vom LayoutContext als LayoutState zurückgegeben werden soll.

Gilt für: