StoreImage StoreImage StoreImage StoreImage Class

Definition

Represents an image that is associated with a product listing in the Windows Store.

public : sealed class StoreImage : IStoreImagepublic sealed class StoreImage : IStoreImagePublic NotInheritable Class StoreImage Implements IStoreImage// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (introduced v1)

Remarks

The StoreProduct.Images, StoreSku.Images, and StoreVideo.PreviewImage properties return objects of this type.

Properties

Caption Caption Caption Caption

Gets the caption for the image.

public : PlatForm::String Caption { get; }public string Caption { get; }Public ReadOnly Property Caption As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The caption for the image.

Height Height Height Height

Gets the height of the image, in pixels.

public : unsigned int Height { get; }public uint Height { get; }Public ReadOnly Property Height As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The height of the image.

ImagePurposeTag ImagePurposeTag ImagePurposeTag ImagePurposeTag

Gets the tag for the image.

public : PlatForm::String ImagePurposeTag { get; }public string ImagePurposeTag { get; }Public ReadOnly Property ImagePurposeTag As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The tag for the image.

Uri Uri Uri Uri

Gets the URI of the image.

public : Uri Uri { get; }public Uri Uri { get; }Public ReadOnly Property Uri As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

The URI of the image.

Width Width Width Width

Gets the width of the image, in pixels.

public : unsigned int Width { get; }public uint Width { get; }Public ReadOnly Property Width As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The width of the image.