DrawingGroup.Children 属性

定义

获取或设置包含在此 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

属性值

DrawingCollection

DrawingGroup 中的 Drawing 对象的集合。 默认值为空 DrawingCollection

注解

子项的 DrawingGroup z 顺序由子项在子DrawingGroup项中的DrawingCollection顺序决定。 每个子绘图位于集合中的下一个子级下。

依赖项属性信息

标识符字段 ChildrenProperty
元数据属性设置为 true

适用于