Back to Devexpress

ThemeRegistrator.Themes Property

corelibraries-devexpress-dot-diagram-dot-core-dot-themeregistrator.md

latest1.2 KB
Original Source

ThemeRegistrator.Themes Property

Provides access to the collection of currently registered themes.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public static IEnumerable<DiagramTheme> Themes { get; }
vb
Public Shared ReadOnly Property Themes As IEnumerable(Of DiagramTheme)

Property Value

TypeDescription
IEnumerable<DiagramTheme>

A collection of available themes.

|

See Also

ThemeRegistrator Class

ThemeRegistrator Members

DevExpress.Diagram.Core Namespace