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

一個代表佈局狀態的物件。

適用於