Click or drag to resize

StiWpfThemeInfo Constructor

Creates new instance of StiWpfThemeInfo.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiWpfThemeInfo(
	string name,
	string assembly,
	string path,
	string cloudToolTipPath,
	string checkPath
)

Parameters

name
Type: SystemString
Name of theme. For example: "Black".
assembly
Type: SystemString
Name of assembly which contains resources for WPF theme.
path
Type: SystemString
Path to resource dictionary in assembly. For example: "/Stimulsoft.Report.Wpf.Office2007BlueTheme;component/Office2007BlueTheme.xaml"
cloudToolTipPath
Type: SystemString

[Missing <param name="cloudToolTipPath"/> documentation for "M:Stimulsoft.Report.StiWpfThemeInfo.#ctor(System.String,System.String,System.String,System.String,System.String)"]

checkPath
Type: SystemString

[Missing <param name="checkPath"/> documentation for "M:Stimulsoft.Report.StiWpfThemeInfo.#ctor(System.String,System.String,System.String,System.String,System.String)"]

See Also