共用方式為


DisplayModeInfo.IsInterlaced 屬性

定義

取得值,指出 DisplayModeInfo 是否交錯。

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

屬性值

Boolean

bool

true 如果這是交錯 的 DisplayModeInfo,則為 ,否則 false 為 。

適用於