DeviceProperties.BufferSize Property (Microsoft.DirectX.DirectInput)

Sets the input buffer size.

Definition

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

Property Value

System.Int32

This property is read/write.