Class StyleKey
Represents a simple derivation of ResourceKey, templated to allow the overridden Assembly property to return the correct assembly based on typeof(T).
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public sealed class StyleKey : ResourceKey
Properties
View SourceAssembly
Gets an assembly object that indicates which assembly's dictionary to look in for the value associated with this key.
Declaration
public override Assembly Assembly { get; }
Property Value
Type | Description |
---|---|
Assembly | The assembly. |