Speakers.GeometryWide Property (Microsoft.DirectX.DirectSound)

Retrieves and sets whether the speakers are directed over an arc of 20 degrees.

Definition

Visual Basic Public Property GeometryWide As Boolean
C# public bool GeometryWide { get; set; }
C++ public:
property bool GeometryWide {
        bool get();
        void set(bool value);
}
JScript public function get GeometryWide() : boolean
public function set GeometryWide(boolean);

Property Value

System.Boolean
A value set to true if the speakers are directed over an arc of 20 degrees; otherwise, false.

This property is read/write.