LowLagPhotoSequenceControl.ThumbnailEnabled 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 a value that enables and disables thumbnail support in photo sequence mode.
public:
property bool ThumbnailEnabled { bool get(); void set(bool value); };
bool ThumbnailEnabled();
void ThumbnailEnabled(bool value);
public bool ThumbnailEnabled { get; set; }
var boolean = lowLagPhotoSequenceControl.thumbnailEnabled;
lowLagPhotoSequenceControl.thumbnailEnabled = boolean;
Public Property ThumbnailEnabled As Boolean
Property Value
bool
true if thumbnails are enabled; otherwise, false.
Remarks
Thumbnails are supported for a low shutter lag single photos and photo sequences.
To enable thumbnails, set ThumbnailEnabled to true.
You can set the desired thumbnail size through DesiredThumbnailSize and set the thumbnail format through ThumbnailFormat.