Skip to main content
A newer version of this page is available. .

ThemeRegistrator.Themes Property

Provides access to the collection of currently registered themes.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public static IEnumerable<DiagramTheme> Themes { get; }

Property Value

Type Description
IEnumerable<DiagramTheme>

A collection of available themes.

See Also