LowLagPhotoControl.DesiredThumbnailSize 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 or sets the desired size for thumbnails, which is the largest length of the image, either width or height.
public:
property unsigned int DesiredThumbnailSize { unsigned int get(); void set(unsigned int value); };
uint32_t DesiredThumbnailSize();
void DesiredThumbnailSize(uint32_t value);
public uint DesiredThumbnailSize { get; set; }
var uInt32 = lowLagPhotoControl.desiredThumbnailSize;
lowLagPhotoControl.desiredThumbnailSize = uInt32;
Public Property DesiredThumbnailSize As UInteger
Property Value
The desired thumbnail size.
Remarks
The actual dimension of the thumbnail is not guaranteed to be the value specified by DesiredThumbnailSize, but the system will attempt to create thumbnails as close as possible to this value.