Share via


BufferDescription.ControlPan Property (Microsoft.DirectX.DirectSound)

Specifies whether the buffer has pan control capability.

Definition

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

Property Value

System.Boolean
This value is set to true if the buffer has pan control capability; otherwise, false.

This property is read/write. 

Remarks

BufferDescription.ControlPan cannot be combined with BufferDescription.Control3D.