ThemeDictionaryExtension.AssemblyName Property

Definition

Gets or sets a string setting a particular naming convention to identify which dictionary applies for a particular theme.

public:
 property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String

Property Value

The assembly name string.

Remarks

XAML Text Usage

For XAML information, see ThemeDictionary Markup Extension.

Applies to