Table of Contents

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

Color

HighlightedTextContainerColor

The color of the texts background in the selection overlay, when highlighted.

public Color HighlightedTextContainerColor { get; set; }

Property Value

Color

TextColor

The color of the text in the selection overlay.

public Color TextColor { get; set; }

Property Value

Color

TextContainerColor

The color of the texts background in the selection overlay.

public Color TextContainerColor { get; set; }

Property Value

Color

TextFormat

Define the way of how to show barcode data with selection overlay. By default - BarcodeTextFormat.CodeAndType.

public BarcodeTextFormat TextFormat { get; set; }

Property Value

BarcodeTextFormat