DisplayPath.IsInterlaced Property

Definition

Gets or sets an optional value for whether the target mode for this path is interlaced.

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)

Property Value

true if the target mode for this path is interlaced, otherwise false.

Remarks

This property can remain unset (null) in order to allow the system to fill it in during a call to TryApply or TryFunctionalize.

Applies to