LowLagPhotoControl.DesiredThumbnailSize Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to

See also