SharedGraphicsDeviceManager.SynchronizeWithVerticalRetrace Property

Gets or sets a value that indicates whether to sync to the vertical trace (vsync) when presenting the back buffer.

Syntax

'Declaration
Public Property SynchronizeWithVerticalRetrace As Boolean 
public bool SynchronizeWithVerticalRetrace { get; set; }
public:
property bool SynchronizeWithVerticalRetrace {
         bool get ();
         void set (bool value);
}

Property Value

Type: Boolean
True to synchronize the presentation of the back buffer to the vertical trace; false otherwise.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

SharedGraphicsDeviceManager Class
SharedGraphicsDeviceManager Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone