FolderInformation.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 StorageFolder.
public:
property ImageProperties ^ ImageProperties { ImageProperties ^ get(); };
ImageProperties ImageProperties();
public ImageProperties ImageProperties { get; }
var imageProperties = folderInformation.imageProperties;
Public ReadOnly Property ImageProperties As ImageProperties
Property Value
The image properties.