AdornerElementCollection.GetElements<TType>() Method
Gets all elements of the specific type that are stored within this AdornerElementCollection.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Type Parameters
| Name |
|---|
| TType |
Returns
| Type | Description |
|---|---|
| TType[] | A typed elements array. |
See Also