Page.Content 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Page 的內容。
public:
property System::Object ^ Content { System::Object ^ get(); void set(System::Object ^ value); };
public object Content { get; set; }
member this.Content : obj with get, set
Public Property Content As Object
屬性值
包含 Page 之內容的物件。 預設為 MessageFontFamily。
備註
Page只能有單一子專案。 上的 Page 所有其他元素都必須是該專案的子系。 一般而言,裝載設定項目的內容 Page ,例如 Grid 、 StackPanel 和 ,裝載 DockPanel 的內容 Page 。
相依性屬性資訊
識別碼欄位 | ContentProperty |
設定為 的中繼資料屬性 true |
無 |