LayoutContext.LayoutState 属性

定义

获取或设置一个对象,该对象表示布局的状态。

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

属性值

Object

Platform::Object

IInspectable

一个表示布局状态的 对象。

适用于