Share via


Listener3DSettings.OrientTop Property (Microsoft.DirectX.DirectSound)

Retrieves and sets the listener's top orientation.

Definition

Visual Basic Public Property OrientTop As Vector3
C# public Vector3 OrientTop { get; set; }
C++ public:
property Vector3 OrientTop {
        Vector3 get();
        void set(Vector3 value);
}
JScript public function get OrientTop() : Vector3
public function set OrientTop(Vector3);

Property Value

Microsoft.DirectX.Vector3
The listener's top orientation.

This property is read/write.