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.

Chevron up icon
ChevronDown

Added in version 7.2.0

Chevron pointing down.

Chevron down icon
ChevronLeft

Added in version 7.2.0

Chevron pointing left.

Chevron left icon
ChevronRight

Added in version 7.2.0

Chevron pointing right.

Chevron right icon
ArrowUp

Added in version 7.2.0

Arrow pointing up.

Arrow up icon
ArrowDown

Added in version 7.2.0

Arrow pointing down.

Arrow down icon
ArrowLeft

Added in version 7.2.0

Arrow pointing left.

Arrow left icon
ArrowRight

Added in version 7.2.0

Arrow pointing right.

Arrow right icon
ToPick

Added in version 7.2.0

To pick icon.

To pick icon
Checkmark

Added in version 7.2.0

Checkmark icon.

Checkmark icon
XMark

Added in version 7.2.0

X icon.

X mark icon
QuestionMark

Added in version 7.2.0

Question mark icon.

Question mark icon
ExclamationMark

Added in version 7.2.0

Exclamation mark icon.

Exclamation mark icon
LowStock

Added in version 7.2.0

Low stock icon.

Low stock icon
InspectItem

Added in version 7.2.0

Inspect item icon.

Inspect item icon
ExpiredItem

Added in version 7.2.0

Expired item icon.

Expired item icon
WrongItem

Added in version 7.2.0

Wrong item icon.

Wrong item icon
FragileItem

Added in version 7.2.0

Fragile item icon.

Fragile item icon
StarOutlined

Added in version 7.2.0

Outlined Star icon.

Outlined star icon
StarFilled

Added in version 7.2.0

Filled star icon.

Filled star icon
StarHalfFilled

Added in version 7.2.0

Half-filled star icon.

Half-filled star icon
Print

Added in version 7.2.0

Print icon.

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.

IconColor
UIColor IconColor { get; }

Added in version 7.2.0

The color of 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.