BarcodePolygonStyle

data class BarcodePolygonStyle(var drawPolygon: Boolean, val useFill: Boolean, val useFillDeclined: Boolean, val cornerRadius: Float, val strokeWidth: Float, val strokeColor: Int, val strokeDeclinedColor: Int, val fillColor: Int, val fillDeclinedColor: Int, val shouldDrawShadows: Boolean)

Class that declares appearance of polygon

Constructors

Link copied to clipboard
constructor(drawPolygon: Boolean, useFill: Boolean, useFillDeclined: Boolean, cornerRadius: Float, strokeWidth: Float, strokeColor: Int, strokeDeclinedColor: Int, fillColor: Int, fillDeclinedColor: Int, shouldDrawShadows: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard