Chrome template file.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
string ChromeTemplateFile { get; set; }
Visual Basic
Property ChromeTemplateFile As String
	Get
	Set
Visual C++
property String^ ChromeTemplateFile {
	String^ get ();
	void set (String^ value);
}
F#
abstract ChromeTemplateFile : string with get, set

Property Value

Type: String

See Also