Gets or sets the rotation of the volume.

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

Syntax

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

See Also