ClaimedBarcodeScanner.IsVideoPreviewShownOnEnable Property

Definition

Gets or sets whether to show the video preview window when the barcode scanner is enabled.

public:
 property bool IsVideoPreviewShownOnEnable { bool get(); void set(bool value); };
bool IsVideoPreviewShownOnEnable();

void IsVideoPreviewShownOnEnable(bool value);
public bool IsVideoPreviewShownOnEnable { get; set; }
var boolean = claimedBarcodeScanner.isVideoPreviewShownOnEnable;
claimedBarcodeScanner.isVideoPreviewShownOnEnable = boolean;
Public Property IsVideoPreviewShownOnEnable As Boolean

Property Value

Boolean

bool

True if the video preview window will be shown; otherwise false.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Applies to