Gets or sets a value showing if background should be displayed with the digital display effect.

Namespace:  PerpetuumSoft.Instrumentation.Model.Specialized
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public bool DigitalBackgroundVisible { get; set; }
Visual Basic (Declaration)
Public Property DigitalBackgroundVisible As Boolean
Visual C++
public:
property bool DigitalBackgroundVisible {
	bool get ();
	void set (bool value);
}

See Also