DrawingGroup.Children 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定包含在這個 DrawingGroup 中的 Drawing 物件。
public:
property System::Windows::Media::DrawingCollection ^ Children { System::Windows::Media::DrawingCollection ^ get(); void set(System::Windows::Media::DrawingCollection ^ value); };
public System.Windows.Media.DrawingCollection Children { get; set; }
member this.Children : System.Windows.Media.DrawingCollection with get, set
Public Property Children As DrawingCollection
屬性值
這個 DrawingGroup 中的 Drawing 物件集合。 預設為空的 DrawingCollection。
備註
中 DrawingGroup 子專案的 Z 順序取決於 中 DrawingCollection DrawingGroup 子專案的順序。 每個子繪圖都位於集合中的下一個子系底下。
相依性屬性資訊
識別碼欄位 | ChildrenProperty |
中繼資料屬性設定為 true |
無 |