LowLagPhotoSequenceControl.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 = lowLagPhotoSequenceControl.desiredThumbnailSize;
lowLagPhotoSequenceControl.desiredThumbnailSize = uInt32;
Public Property DesiredThumbnailSize As UInteger

Property Value

UInt32

unsigned int

uint32_t

The desired thumbnail size.

Applies to

See also