AdornerElementCollection.IndexOf(AdornerElement) Method
Gets the current position of the target element within this AdornerElementCollection.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | AdornerElement | An AdornerElement whose index is to be obtained. |
Returns
| Type | Description |
|---|---|
| Int32 | An Int32 value that is the current position of the target element within this AdornerElementCollection. |
See Also