Camera.Resolution Property

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

Syntax

'Declaration
Public Property Resolution As Size
public Size Resolution { get; set; }
public:
property Size Resolution {
    Size get ();
    void set (Size value);
}
member Resolution : Size with get, set

Property Value

Type: System.Windows.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