AdornerElementCollection.Add(AdornerElement) Method
Adds a specific AdornerElement to the current AdornerElementCollection.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | AdornerElement | An AdornerElement to be added to this AdornerElementCollection. |
Remarks
Adding or removing elements to/from the AdornerElementCollection fires the AdornerElementCollection.CollectionChanged event.
See Also