DisplayPath.IsInterlaced 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個路徑的目標模式是否交錯的選擇性值。
public:
property IReference<bool> ^ IsInterlaced { IReference<bool> ^ get(); void set(IReference<bool> ^ value); };
IReference<bool> IsInterlaced();
void IsInterlaced(IReference<bool> value);
public System.Nullable<bool> IsInterlaced { get; set; }
var iReference = displayPath.isInterlaced;
displayPath.isInterlaced = iReference;
Public Property IsInterlaced As Nullable(Of Boolean)
屬性值
true
如果這個路徑的目標模式交錯,則為 ,否則 false
為 。
備註
這個屬性可以保持未設定 (null) ,以便讓系統在 呼叫 TryApply 或 TryFunctionalize期間填入它。