Table of Contents

Class SelectionOverlayConfiguration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class SelectionOverlayConfiguration
Inheritance
SelectionOverlayConfiguration
Inherited Members

Constructors

SelectionOverlayConfiguration(BarcodeTextFormat?, Color, Color, Color, Color, Color, Color, Color, Color)

public SelectionOverlayConfiguration(BarcodeTextFormat? overlayFormat = null, Color textColor = null, Color textContainerColor = null, Color strokeColor = null, Color highlightedStrokeColor = null, Color highlightedTextColor = null, Color highlightedTextContainerColor = null, Color polygonBackgroundColor = null, Color polygonBackgroundHighlightedColor = null)

Parameters

overlayFormat BarcodeTextFormat?
textColor Color
textContainerColor Color
strokeColor Color
highlightedStrokeColor Color
highlightedTextColor Color
highlightedTextContainerColor Color
polygonBackgroundColor Color
polygonBackgroundHighlightedColor Color

Properties

Enabled

public bool Enabled { get; set; }

Property Value

bool

HighlightedStrokeColor

public Color HighlightedStrokeColor { get; set; }

Property Value

Color

HighlightedTextColor

public Color HighlightedTextColor { get; set; }

Property Value

Color

HighlightedTextContainerColor

public Color HighlightedTextContainerColor { get; set; }

Property Value

Color

OverlayTextFormat

public BarcodeTextFormat? OverlayTextFormat { get; set; }

Property Value

BarcodeTextFormat?

PolygonBackgroundColor

public Color PolygonBackgroundColor { get; set; }

Property Value

Color

PolygonBackgroundHighlightedColor

public Color PolygonBackgroundHighlightedColor { get; set; }

Property Value

Color

StrokeColor

public Color StrokeColor { get; set; }

Property Value

Color

TextColor

public Color TextColor { get; set; }

Property Value

Color

TextContainerColor

public Color TextContainerColor { get; set; }

Property Value

Color