Angles.Outside Property (Microsoft.DirectX.DirectSound)
Retrieves the outside angle of the sound projection cone, in degrees.
Definition
Visual Basic Public Property Outside As Integer C# public int Outside { get; set; } C++ public:
property int Outside {
int get();
void set(int value);
}JScript public function get Outside() : int
public function set Outside(int);
Property Value
System.Int32
The outside angle of the sound projection cone, in degrees.This property is read/write.
Remarks
This is the angle outside of which the sound is at its outside volume.