次の方法で共有


DisplayPath.IsInterlaced プロパティ

定義

このパスのターゲット モードがインターレースされるかどうかを示す省略可能な値を取得または設定します。

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は 。

注釈

このプロパティは、 TryApply または TryFunctionalize の呼び出し中にシステムが入力できるようにするために、未設定 (null) のままにすることができます。

適用対象