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.v19.1.Core.dll

Declaration

public static IEnumerable<DiagramTheme> Themes { get; }

Property Value

Type Description
IEnumerable<DiagramTheme>

A collection of available themes.

See Also