Back to Devexpress

Theme.AssemblyName Property

wpf-devexpress-dot-xpf-dot-core-dot-theme-a0e88a61.md

latest1.4 KB
Original Source

Theme.AssemblyName Property

Gets or sets the name of an assembly that contains this theme.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string AssemblyName { get; set; }
vb
Public Property AssemblyName As String

Property Value

TypeDescription
String

A String that specifies the name of an assembly that contains this theme.

|

Remarks

To obtain a Assembly object that corresponds to an assembly that contains this theme, use the Theme.Assembly property.

See Also

Assembly

FullName

Name

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace