Share via


Camera.AvailableResolutions Property

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property AvailableResolutions As IEnumerable(Of Size)
public IEnumerable<Size> AvailableResolutions { get; }
public:
property IEnumerable<Size>^ AvailableResolutions {
    IEnumerable<Size>^ get ();
}
member AvailableResolutions : IEnumerable<Size> with get

Property Value

Type: System.Collections.Generic.IEnumerable<Size>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Camera Class

Microsoft.Devices Namespace