Back to Devexpress

DiagramControl.CreateAdornerEx<TObject, TInterface>(TObject) Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-createadornerex-2-x28-0-x29.md

latest1.4 KB
Original Source

DiagramControl.CreateAdornerEx<TObject, TInterface>(TObject) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public IAdorner<TInterface> CreateAdornerEx<TObject, TInterface>(
    TObject control
)
    where TObject : FrameworkElement, TInterface where TInterface : class
vb
Public Function CreateAdornerEx(Of TObject As {FrameworkElement, TInterface}, TInterface As Class)(
    control As TObject
) As IAdorner(Of TInterface)

Parameters

NameType
controlTObject

Type Parameters

Name
TObject
TInterface

Returns

Type
DevExpress.Diagram.Core.IAdorner<TInterface>

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace