Table of Contents

Constructor XamlTheme

Namespace
Alternet.Scripter.Debugger.UI.Wpf
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v10.dll

XamlTheme(IDictionary<object, object>)

Initializes a new instance of the XamlTheme class with specified parameters.

public XamlTheme(IDictionary<object, object> values)

Parameters

values IDictionary<object, object>

List of resources to be stored in this new instance.

XamlTheme()

Initializes a new instance of the XamlTheme class with default settings.

public XamlTheme()