MediaLibrary.Pictures Property
Gets the PictureCollection that contains all pictures in the media library.
Windows Specific Information |
|---|
| Picture collections are not supported. This property always returns an empty collection. |
Xbox 360 Specific Information |
|---|
| Picture collections are not supported. This property always returns an empty collection. |
Namespace: Microsoft.Xna.Framework.Media
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public PictureCollection Pictures { get; }
Property Value
PictureCollection that contains all pictures in the device's media library.
Windows Specific Information