Skip to main content

AdornerElementCollection.IndexOf(AdornerElement) Method

Gets the current position of the target element within this AdornerElementCollection.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public int IndexOf(
    AdornerElement item
)

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