ClaimedBarcodeScanner.IsVideoPreviewShownOnEnable Property
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 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
Boolean
bool
True if the video preview window will be shown; otherwise false.
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|