Gets the thundercloud 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 Thundercloud { get; }
Visual Basic
Public Shared ReadOnly Property Thundercloud As Theme
	Get
Visual C++
public:
static property Theme^ Thundercloud {
	Theme^ get ();
}
F#
static member Thundercloud : Theme with get

Property Value

Type: Theme
The thundercloud theme.

See Also