Compartir a través de


LayoutContext.LayoutState Propiedad

Definición

Obtiene o establece un objeto que representa el estado de un diseño.

public:
 property Platform::Object ^ LayoutState { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable LayoutState();

void LayoutState(IInspectable value);
public object LayoutState { get; set; }
var object = layoutContext.layoutState;
layoutContext.layoutState = object;
Public Property LayoutState As Object

Valor de propiedad

Object

Platform::Object

IInspectable

Objeto que representa el estado de un diseño.

Se aplica a