LowLagPhotoControl.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.
public:
property bool ThumbnailEnabled { bool get(); void set(bool value); };
bool ThumbnailEnabled();
void ThumbnailEnabled(bool value);
public bool ThumbnailEnabled { get; set; }
var boolean = lowLagPhotoControl.thumbnailEnabled;
lowLagPhotoControl.thumbnailEnabled = boolean;
Public Property ThumbnailEnabled As Boolean
Property Value
Boolean
bool
true if thumbnails are enabled; otherwise, false.