DisplayPath.PresentationRate Property

Definition

Gets or sets an optional value for the refresh rate, also known as the vertical sync rate, of this path's target mode.

public:
 property IReference<DisplayPresentationRate> ^ PresentationRate { IReference<DisplayPresentationRate> ^ get(); void set(IReference<DisplayPresentationRate> ^ value); };
IReference<DisplayPresentationRate> PresentationRate();

void PresentationRate(IReference<DisplayPresentationRate> value);
public System.Nullable<DisplayPresentationRate> PresentationRate { get; set; }
var iReference = displayPath.presentationRate;
displayPath.presentationRate = iReference;
Public Property PresentationRate As Nullable(Of DisplayPresentationRate)

Property Value

A DisplayPresentationRate value.

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