PhotoChooserTask.PixelWidth Property
Namespace: Microsoft.Phone.Tasks
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration
Public Property PixelWidth As Integer
public int PixelWidth { get; set; }
public:
property int PixelWidth {
int get ();
void set (int value);
}
member PixelWidth : int with get, set
Type: System.Int32
Supported in: Windows Phone 8, Silverlight 8.1
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.