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
ColortextContainerColor
ColorstrokeColor
ColorhighlightedStrokeColor
ColorhighlightedTextColor
ColorhighlightedTextContainerColor
ColorpolygonBackgroundColor
ColorpolygonBackgroundHighlightedColor
Color
Properties
Enabled
public bool Enabled { get; set; }
Property Value
HighlightedStrokeColor
public Color HighlightedStrokeColor { get; set; }
Property Value
HighlightedTextColor
public Color HighlightedTextColor { get; set; }
Property Value
HighlightedTextContainerColor
public Color HighlightedTextContainerColor { get; set; }
Property Value
OverlayTextFormat
public BarcodeTextFormat? OverlayTextFormat { get; set; }
Property Value
PolygonBackgroundColor
public Color PolygonBackgroundColor { get; set; }
Property Value
PolygonBackgroundHighlightedColor
public Color PolygonBackgroundHighlightedColor { get; set; }
Property Value
StrokeColor
public Color StrokeColor { get; set; }
Property Value
TextColor
public Color TextColor { get; set; }
Property Value
TextContainerColor
public Color TextContainerColor { get; set; }