SharedGraphicsDeviceManager.PresentationInterval Property

Gets or sets the maximum rate at which the swap chain's back buffers can be presented to the front buffer.

Syntax

'Declaration
Public Property PresentationInterval As DepthFormat 
public DepthFormat PresentationInterval { get; set; }
public:
property DepthFormat PresentationInterval {
         DepthFormat get ();
         void set (DepthFormat value);
}

Property Value

Type: DepthFormat
The format of the depth stencil.

Exceptions

Exception type Condition
ArgumentOutOfRangeException

The DepthStencilFormat requested is an invalid format. Use one of the following:

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