DownloadImageOperation.DesiredImageType property

Gets a value indicating the type of image for which binary image data is being requested. It could be a small thumbnail, large thumbnail, or the full-sized image.

Syntax

public ImageType DesiredImageType { get; }
Public ReadOnly Property DesiredImageType As ImageType
public:
property ImageType DesiredImageType { 
   ImageType get();
}

Property value

Type: ImageType

A value indicating the type of image for which binary image data is being requested.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation Windows::Phone::SocialInformation [C++]

Metadata

Windows.WinMD

See also

DownloadImageOperation