Speakers.GeometryNarrow Property (Microsoft.DirectX.DirectSound)
Retrieves and sets whether the speakers are directed over an arc of 10 degrees.
Definition
Visual Basic Public Property GeometryNarrow As Boolean C# public bool GeometryNarrow { get; set; } C++ public:
property bool GeometryNarrow {
bool get();
void set(bool value);
}JScript public function get GeometryNarrow() : boolean
public function set GeometryNarrow(boolean);
Property Value
System.Boolean
A value set to true if the speakers are directed over an arc of 10 degrees; otherwise, false.This property is read/write.