Gets or sets whether the transfer function is enabled.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also