Class OverlayTextConfiguration.Style
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class OverlayTextConfiguration.Style : OverlayTextConfiguration
- Inheritance
-
OverlayTextConfiguration.Style
- Inherited Members
Properties
HighlightedTextColor
The color of the text in the selection overlay, when highlighted.
public Color HighlightedTextColor { get; set; }
Property Value
HighlightedTextContainerColor
The color of the texts background in the selection overlay, when highlighted.
public Color HighlightedTextContainerColor { get; set; }
Property Value
TextColor
The color of the text in the selection overlay.
public Color TextColor { get; set; }
Property Value
TextContainerColor
The color of the texts background in the selection overlay.
public Color TextContainerColor { get; set; }
Property Value
TextFormat
Define the way of how to show barcode data with selection overlay.
By default - BarcodeTextFormat.CodeAndType.
public BarcodeTextFormat TextFormat { get; set; }