FileInformation.ImageProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.