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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.