StorageItemThumbnail.OriginalHeight Property

Definition

Gets the original (not scaled) height of the thumbnail image.

public:
 property unsigned int OriginalHeight { unsigned int get(); };
uint32_t OriginalHeight();
public uint OriginalHeight { get; }
var uInt32 = storageItemThumbnail.originalHeight;
Public ReadOnly Property OriginalHeight As UInteger

Property Value

UInt32

unsigned int

uint32_t

The original height, in pixels.

Applies to