AdornerElementCollection.Remove(AdornerElement) Method
Removes the target AdornerElement from this 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 removed. |
Returns
Type | Description |
---|---|
Boolean | true if the element was successfully removed; otherwise, false. |
See Also