In This Article

AssemblyInfo Class

Retrieves information about the Fundamentals assembly.

public sealed class AssemblyInfo : UIAssemblyInfoBase
Inheritance:
object AssemblyInfoBase UIAssemblyInfoBase object

Properties

Instance

The instance of the AssemblyInfo class for this assembly.

public static AssemblyInfo Instance { get; }

Property Value

AssemblyInfo

ProductId

The assembly's product ID.

public override sealed int ProductId { get; }

Property Value

int

Methods

CreateControlThemeResourceDictionary(ModernTheme)

Creates an IControlThemeResourceDictionary that contains configurable themes for the controls in the assembly.

protected override IControlThemeResourceDictionary? CreateControlThemeResourceDictionary(ModernTheme owner)
Parameter Type Description
owner ModernTheme

The owner ModernTheme instance.

Returns

IControlThemeResourceDictionary:

The IControlThemeResourceDictionary that was optionally created, if any.

Remarks

This feature is only necessary for assemblies containing controls that adjust their default theme based on theme definition options.

Inherited Members

Extension Methods