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 顺序由子项在子DrawingGroup项中的DrawingCollection顺序决定。 每个子绘图位于集合中的下一个子级下。
依赖项属性信息
标识符字段 | ChildrenProperty |
元数据属性设置为 true |
无 |