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

Property Value

Type: Theme
The light taupe theme.

See Also