Barcode Check Info Annotation Body Component
Defined in namespace Scandit.DataCapture.Barcode.Check.UI
- BarcodeCheckInfoAnnotationBodyComponent
class BarcodeCheckInfoAnnotationBodyComponent
Added in version 7.2.0
A component that forms the body of an info annotation. Each component represents a “row,” containing text with optional icons on the left and/or right sides.
- BarcodeCheckInfoAnnotationBodyComponent()
BarcodeCheckInfoAnnotationBodyComponent()
Added in version 7.2.0
Constructs a new instance of the body component.
- Text
string
Text { get;set; }Added in version 7.2.0
The text shown in the component.
- TextSize
float
TextSize { get;set; }Added in version 7.2.0
The size of the text. Default is 14 scale-independent pixels.
- Typeface
Typeface Typeface { get;set; }
Added in version 7.2.0
The typeface of the text. Default is Typeface.DEFAULT.
The font used for the text.
- TextAlignment
int
TextAlignment { get;set; }Added in version 7.2.0
The text alignment. The default value is center.
- TextColor
Color TextColor { get;set; }
Added in version 7.2.0
The color of the text. The default value is #121619.
- StyledTextFormatted
ICharSequence StyledTextFormatted { get;set; }
Added in version 7.2.0
The styled text shown in the component. When set, it overrides the values defined in the other text-related properties (Text, Typeface, TextColor, TextSize, TextAlignment).
- LeftIconTappable
bool
LeftIconTappable { get;set; }Added in version 7.2.0
Whether the left icon is tappable. Default is true.
- LeftIcon
ScanditIcon LeftIcon { get;set; }
Added in version 7.2.0
The icon displayed on the left side of the component. If null, no button is shown. The default value is null.
- RightIcon
ScanditIcon RightIcon { get;set; }
Added in version 7.2.0
The icon displayed on the right side of the component. If null, no button is shown. The default value is null.
- RightIconTappable
bool
RightIconTappable { get;set; }Added in version 7.2.0
Whether the right icon is tappable. Default is true.