Barcode Pick Status Icon Settings
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
Defined under the namespace Scandit.Datacapture.Barcode.Pick.Ui
- BarcodePickStatusIconSettings
class BarcodePickStatusIconSettings
Added in version 6.28.0
Use this class to customize the status icons in styles that support it.
- ratioToHighlightSize
ratioToHighlightSize: number
Added in version 6.28.0
When a status icon is displayed its size will be determined using the size of the related highlight. The length of the shorter side of the highlight will be multiplied by this ratio to compute the size. For example, if the ratio is 0.6 and the shorter side of the highlight is 60dp then the status icon size will be 36dp.
Default is 0.5.