Share via


Angles.Inside Property (Microsoft.DirectX.DirectSound)

Retrieves the inside angle of the sound projection cone, in degrees.

Definition

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

Property Value

System.Int32
The inside angle of the sound projection cone, in degrees.

This property is read/write. 

Remarks

This is the angle within which the sound is at its normal volume.