Initializes a new instance of the Theme class.

Namespace: Dapfor.Net.Theming
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Theme(
	string name,
	Theme theme
)
Visual Basic
Public Sub New ( 
	name As String,
	theme As Theme
)
Visual C++
public:
Theme(
	String^ name, 
	Theme^ theme
)
F#
new : 
        name : string * 
        theme : Theme -> Theme

Parameters

name
Type: System..::..String
The theme name.
theme
Type: Dapfor.Net.Theming..::..Theme
The theme.

See Also