Gets or sets the default theme.

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

Syntax

C#
public static Theme Default { get; set; }
Visual Basic
Public Shared Property Default As Theme
	Get
	Set
Visual C++
public:
static property Theme^ Default {
	Theme^ get ();
	void set (Theme^ value);
}
F#
static member Default : Theme with get, set

Property Value

Type: Theme
The default theme.

Remarks

When the default theme is changed, all components, rendering with the default theme will receive a notification about default theme changing.

See Also