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

Property Value

Type: Theme
The chrome theme.

See Also