Class BarcodePolygonsView.BarcodePolygonStyle
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodePolygonsView.BarcodePolygonStyle : Object
- Inheritance
-
BarcodePolygonsView.BarcodePolygonStyle
- Extension Methods
-
BarcodePolygonsViewExtensions.Copy(BarcodePolygonsView.BarcodePolygonStyle, bool?, bool?, bool?, float?, float?, Color?, Color?, Color?, Color?, bool?)
Constructors
BarcodePolygonStyle(bool, bool, bool, float, float, int, int, int, int, bool)
public BarcodePolygonStyle(bool drawPolygon, bool useFill, bool useFillHighlighted, float cornerRadius, float strokeWidth, int strokeColor, int strokeHighlightedColor, int fillColor, int fillHighlightedColor, bool shouldDrawShadows)
Parameters
drawPolygon bool
useFill bool
useFillHighlighted bool
cornerRadius float
strokeWidth float
strokeColor int
strokeHighlightedColor int
fillColor int
fillHighlightedColor int
shouldDrawShadows bool
Properties
CornerRadius
public float CornerRadius { get; }
Property Value
- float
DrawPolygon
public bool DrawPolygon { get; set; }
Property Value
- bool
FillColor
public int FillColor { get; }
Property Value
- int
FillHighlightedColor
public int FillHighlightedColor { get; }
Property Value
- int
ShouldDrawShadows
public bool ShouldDrawShadows { get; }
Property Value
- bool
StrokeColor
public int StrokeColor { get; }
Property Value
- int
StrokeHighlightedColor
public int StrokeHighlightedColor { get; }
Property Value
- int
StrokeWidth
public float StrokeWidth { get; }
Property Value
- float
UseFill
public bool UseFill { get; }
Property Value
- bool
UseFillHighlighted
public bool UseFillHighlighted { get; }
Property Value
- bool
Methods
Component1()
Returns
- bool
Component10()
public bool Component10()
Returns
- bool
Component2()
Returns
- bool
Component3()
Returns
- bool
Component4()
public float Component4()
Returns
- float
Component5()
public float Component5()
Returns
- float
Component6()
Returns
- int
Component7()
Returns
- int
Component8()
Returns
- int
Component9()
Returns
- int
Copy(bool, bool, bool, float, float, int, int, int, int, bool)
public BarcodePolygonsView.BarcodePolygonStyle Copy(bool drawPolygon, bool useFill, bool useFillHighlighted, float cornerRadius, float strokeWidth, int strokeColor, int strokeHighlightedColor, int fillColor, int fillHighlightedColor, bool shouldDrawShadows)
Parameters
drawPolygon bool
useFill bool
useFillHighlighted bool
cornerRadius float
strokeWidth float
strokeColor int
strokeHighlightedColor int
fillColor int
fillHighlightedColor int
shouldDrawShadows bool
Returns
- BarcodePolygonsView.BarcodePolygonStyle