DisplayModeInfo.IsInterlaced Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.