LowLagPhotoControl.ThumbnailEnabled Property

Definition

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.

Applies to

See also