Share via


DisplayModeInfo.IsInterlaced Property

Definition

Gets a value indicating whether the DisplayModeInfo is interlaced.

public:
 property bool IsInterlaced { bool get(); };
bool IsInterlaced();
public bool IsInterlaced { get; }
var boolean = displayModeInfo.isInterlaced;
Public ReadOnly Property IsInterlaced As Boolean

Property Value

Boolean

bool

true if this is an interlaced DisplayModeInfo, otherwise false.

Applies to