DrawingGroup.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Drawing objects that are contained in this DrawingGroup.
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
Property Value
A collection of the Drawing objects in this DrawingGroup. The default is an empty DrawingCollection.
Remarks
The z-order of the child items in a DrawingGroup is determined by the order of the child items in the DrawingCollection of the DrawingGroup. Each child drawing is under the next child in the collection.
Dependency Property Information
Identifier field | ChildrenProperty |
Metadata properties set to true |
None |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.