DisplayPath.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 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.