Gets or sets the rotation of the volume.
Namespace: VideoDVRAssembly: 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); } |