ThemeRegistrator.Themes Property
Provides access to the collection of currently registered themes.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public static IEnumerable<DiagramTheme> Themes { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Diagram |
A collection of available themes. |