SharedGraphicsDeviceManager.MultiSampleCount Property

Gets or sets the number of per-pixel samples.

Syntax

'Declaration
Public Property MultiSampleCount As Integer 
public int MultiSampleCount { get; set; }
public:
property int MultiSampleCount {
         int get ();
         void set (int value);
}

Property Value

Type: Int32
The number of per-pixel samples.

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