StorageItemThumbnail.OriginalHeight 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 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
The original height, in pixels.