LayoutContext.LayoutStateCore Property

Definition

Implements the behavior of LayoutState in a derived or custom LayoutContext.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the 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

Property Value

Object

Platform::Object

IInspectable

The value that should be returned as LayoutState by the LayoutContext.

Applies to