C-DEngine 5.105

ThePageDefinition..::..IsLiteTheme Property

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsLiteTheme { get; set; }
Public Property IsLiteTheme As Boolean
	Get
	Set
public:
property bool^ IsLiteTheme {
	bool^ get ();
	void set (bool^ value);
}