DisplayModeCollection.Item Property
Retrieves the DisplayMode structure with the specified format.
Syntax
'Declaration
Public ReadOnly Property Item ( _
format As SurfaceFormat _
) As IEnumerable(Of DisplayMode)
public IEnumerable<DisplayMode> this [
SurfaceFormat format
] { get; }
public:
property IEnumerable<DisplayMode> default [SurfaceFormat] {
IEnumerable<DisplayMode> get (SurfaceFormat format);
}
Property Value
Type: IEnumerable<DisplayMode>
The DisplayMode.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
See Also
Reference
DisplayModeCollection Class
DisplayModeCollection Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Windows Phone