Share via


LayoutContext.LayoutStateCore Property

Definition

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

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