LayoutContext.LayoutStateCore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The value that should be returned as LayoutState by the LayoutContext.