Table of Contents

Class OverlayPolygonConfiguration.Style

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class OverlayPolygonConfiguration.Style : OverlayPolygonConfiguration
Inheritance
OverlayPolygonConfiguration.Style
Inherited Members

Properties

HighlightedPolygonColor

The color inside the polygon of the selection overlay, when highlighted.

public Color HighlightedPolygonColor { get; set; }

Property Value

Color

HighlightedStrokeColor

The stroke color of the polygon in the selection overlay, when highlighted.

public Color HighlightedStrokeColor { get; set; }

Property Value

Color

PolygonColor

The color inside the polygon of the selection overlay.

public Color PolygonColor { get; set; }

Property Value

Color

StrokeColor

The stroke color of the polygon in the selection overlay.

public Color StrokeColor { get; set; }

Property Value

Color