Back to Devexpress

Theme.FindTheme(String) Method

wpf-devexpress-dot-xpf-dot-core-dot-theme-dot-findtheme-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

Theme.FindTheme(String) Method

Returns a theme with the specified name.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static Theme FindTheme(
    string name
)
vb
Public Shared Function FindTheme(
    name As String
) As Theme

Parameters

NameTypeDescription
nameString

A String value that specifies the theme name.

|

Returns

TypeDescription
Theme

A Theme object that is the theme with the specified name.

|

See Also

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace