Skip to main content

AdornerUIManager(IContainer) Constructor

Initializes a new instance of the AdornerUIManager class with the specified settings.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public AdornerUIManager(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer object that owns this newly created AdornerUIManager.

See Also