Share via


RasterStatus.InVBlank Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the status of the vertical blank period.

Definition

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

Property Value

System.Boolean
Value that is true if the raster is in the vertical blank period, or false if it is not.

This property is read/write.