Scandit Icon
Defined in namespace Scandit.DataCapture.Core.UI
- ScanditIconType
Added in version 7.2.0
The icon types.
- ChevronUp
Added in version 7.2.0
Chevron pointing up.
- ChevronDown
Added in version 7.2.0
Chevron pointing down.
- ChevronLeft
Added in version 7.2.0
Chevron pointing left.
- ChevronRight
Added in version 7.2.0
Chevron pointing right.
- ArrowUp
Added in version 7.2.0
Arrow pointing up.
- ArrowDown
Added in version 7.2.0
Arrow pointing down.
- ArrowLeft
Added in version 7.2.0
Arrow pointing left.
- ArrowRight
Added in version 7.2.0
Arrow pointing right.
- ToPick
Added in version 7.2.0
To pick icon.
- Checkmark
Added in version 7.2.0
Checkmark icon.
- XMark
Added in version 7.2.0
X icon.
- QuestionMark
Added in version 7.2.0
Question mark icon.
- ExclamationMark
Added in version 7.2.0
Exclamation mark icon.
- LowStock
Added in version 7.2.0
Low stock icon.
- InspectItem
Added in version 7.2.0
Inspect item icon.
- ExpiredItem
Added in version 7.2.0
Expired item icon.
- WrongItem
Added in version 7.2.0
Wrong item icon.
- FragileItem
Added in version 7.2.0
Fragile item icon.
- StarOutlined
Added in version 7.2.0
Outlined Star icon.
- StarFilled
Added in version 7.2.0
Filled star icon.
- StarHalfFilled
Added in version 7.2.0
Half-filled star icon.
- Print
Added in version 7.2.0
Print icon.
- ScanditIconShape
Added in version 7.2.0
The icon shapes.
- Circle
Added in version 7.2.0
Circle shape.
- Square
Added in version 7.2.0
Square shape.
- ScanditIcon
class ScanditIcon
Added in version 7.2.0
Class that holds a Scandit icon.
- Icon
ScanditIconType Icon { get; }
Added in version 7.2.0
The icon.
- BackgroundColor
UIColor BackgroundColor { get; }
Added in version 7.2.0
The color applied to the icon’s background.
- BackgroundStrokeColor
UIColor BackgroundStrokeColor { get; }
Added in version 7.2.0
The color of the stroke applied to the icon’s background.
- BackgroundStrokeWidth
float
BackgroundStrokeWidth { get; }Added in version 7.2.0
The width of the stroke applied to the icon’s background.
- BackgroundShape
ScanditIconShape BackgroundShape { get; }
Added in version 7.2.0
The icon’s background shape.