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