Scandit Icon
Defined under the namespace Scandit.Datacapture.Core.Ui
- ScanditIconType
Added in version 7.1.0
The icon types.
- ChevronUp
Added in version 7.1.0
Chevron pointing up.
- ChevronDown
Added in version 7.1.0
Chevron pointing down.
- ChevronLeft
Added in version 7.1.0
Chevron pointing left.
- ChevronRight
Added in version 7.1.0
Chevron pointing right.
- ArrowUp
Added in version 7.1.0
Arrow pointing up.
- ArrowDown
Added in version 7.1.0
Arrow pointing down.
- ArrowLeft
Added in version 7.1.0
Arrow pointing left.
- ArrowRight
Added in version 7.1.0
Arrow pointing right.
- ToPick
Added in version 7.1.0
To pick icon.
- Checkmark
Added in version 7.1.0
Checkmark icon.
- XMark
Added in version 7.1.0
X icon.
- QuestionMark
Added in version 7.1.0
Question mark icon.
- ExclamationMark
Added in version 7.1.0
Exclamation mark icon.
- LowStock
Added in version 7.1.0
Low stock icon.
- InspectItem
Added in version 7.1.0
Inspect item icon.
- ExpiredItem
Added in version 7.1.0
Expired item icon.
- WrongItem
Added in version 7.1.0
Wrong item icon.
- FragileItem
Added in version 7.1.0
Fragile item icon.
- StarOutlined
Added in version 7.1.0
Outlined Star icon.
- StarFilled
Added in version 7.1.0
Filled star icon.
- StarHalfFilled
Added in version 7.1.0
Half-filled star icon.
- Print
Added in version 7.1.0
Print icon.
- CameraSwitch
Added in version 7.1.0
Camera switch icon.
- DotFiveX
Added in version 7.1.0
Dot five times icon.
- OneX
Added in version 7.1.0
One times icon.
- TwoX
Added in version 7.1.0
Two times icon.
- ScanditIconShape
Added in version 7.1.0
The icon shapes.
- Circle
Added in version 7.1.0
Circle shape.
- Square
Added in version 7.1.0
Square shape.
- ScanditIcon
class ScanditIcon : ScanditHTMLElement
Added in version 7.1.0
Class that holds a Scandit icon.
- constructor()
constructor()
Added in version 7.1.0
- create()
static create(): ScanditIcon
Added in version 7.1.0
Register if needed and creates a new instance of the ScanditIcon web component.
- backgroundColor
get backgroundColor(): Color
Added in version 7.1.0
The color applied to the icon’s background.
- backgroundStrokeColor
get backgroundStrokeColor(): Color
Added in version 7.1.0
The color of the stroke applied to the icon’s background.
- backgroundStrokeWidth
get backgroundStrokeWidth(): number
Added in version 7.1.0
The width of the stroke applied to the icon’s background.
- backgroundShape
get backgroundShape(): ScanditIconShape | null
Added in version 7.1.0
The icon’s background shape.