FileInformation.ImageProperties Property

Definition

Gets the image properties of the StorageFile, such as the title, rating, date that the image was taken,

and so on.

public:
 property ImageProperties ^ ImageProperties { ImageProperties ^ get(); };
ImageProperties ImageProperties();
public ImageProperties ImageProperties { get; }
var imageProperties = fileInformation.imageProperties;
Public ReadOnly Property ImageProperties As ImageProperties

Property Value

The image properties.

Implements

Applies to