Class SelectionOverlayConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class SelectionOverlayConfiguration
- Inheritance
-
SelectionOverlayConfiguration
- Inherited Members
Properties
OverlayEnabled
Whether the barcode selection AR overlay is enabled or not.
public bool OverlayEnabled { get; set; }
Property Value
PolygonConfiguration
Configure the AR Overlay's polygon style.
public OverlayPolygonConfiguration PolygonConfiguration { get; set; }
Property Value
TextConfiguration
Configure the AR Overlay's text style.
public OverlayTextConfiguration TextConfiguration { get; set; }