StorageItemThumbnail.OriginalWidth 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) width of the thumbnail image.
public:
property unsigned int OriginalWidth { unsigned int get(); };
uint32_t OriginalWidth();
public uint OriginalWidth { get; }
var uInt32 = storageItemThumbnail.originalWidth;
Public ReadOnly Property OriginalWidth As UInteger
Property Value
The original width, in pixels.