Class BarcodePolygonsView.BarcodeTextViewStyle
- Namespace
- IO.Scanbot.Sdk.Barcode.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodePolygonsView.BarcodeTextViewStyle : Object
- Inheritance
-
BarcodePolygonsView.BarcodeTextViewStyle
- Extension Methods
-
Constructors
BarcodeTextViewStyle(int, int, int, int, BarcodeOverlayTextFormat, bool)
public BarcodeTextViewStyle(int textColor, int textHighlightedColor, int textContainerColor, int textContainerHighlightedColor, BarcodeOverlayTextFormat textFormat, bool shouldDrawShadows)
Parameters
textColor
int
textHighlightedColor
int
textContainerColor
int
textContainerHighlightedColor
int
textFormat
BarcodeOverlayTextFormat
shouldDrawShadows
bool
Properties
ShouldDrawShadows
public bool ShouldDrawShadows { get; }
Property Value
- bool
TextColor
public int TextColor { get; }
Property Value
- int
TextContainerColor
public int TextContainerColor { get; }
Property Value
- int
TextContainerHighlightedColor
public int TextContainerHighlightedColor { get; }
Property Value
- int
TextFormat
public BarcodeOverlayTextFormat TextFormat { get; }
Property Value
- BarcodeOverlayTextFormat
TextHighlightedColor
public int TextHighlightedColor { get; }
Property Value
- int
Methods
Component1()
Returns
- int
Component2()
Returns
- int
Component3()
Returns
- int
Component4()
Returns
- int
Component5()
public BarcodeOverlayTextFormat Component5()
Returns
- BarcodeOverlayTextFormat
Component6()
Returns
- bool
Copy(int, int, int, int, BarcodeOverlayTextFormat, bool)
public BarcodePolygonsView.BarcodeTextViewStyle Copy(int textColor, int textHighlightedColor, int textContainerColor, int textContainerHighlightedColor, BarcodeOverlayTextFormat textFormat, bool shouldDrawShadows)
Parameters
textColor
int
textHighlightedColor
int
textContainerColor
int
textContainerHighlightedColor
int
textFormat
BarcodeOverlayTextFormat
shouldDrawShadows
bool
Returns
- BarcodePolygonsView.BarcodeTextViewStyle