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
HighlightedStrokeColor
The stroke color of the polygon in the selection overlay, when highlighted.
public Color HighlightedStrokeColor { get; set; }
Property Value
PolygonColor
The color inside the polygon of the selection overlay.
public Color PolygonColor { get; set; }
Property Value
StrokeColor
The stroke color of the polygon in the selection overlay.
public Color StrokeColor { get; set; }