Macro Mode Control

Defined in namespace Scandit.DataCapture.Core.UI

MacroModeControl
class MacroModeControl : IControl

Added in version 8.0.0

Note

Macro mode control is not supported on Android.

MacroModeControl()
MacroModeControl()

Added in version 8.0.0

Constructors a new macro mode control.

AutoImage
Image AutoImage { get;set; }

Added in version 8.0.0

The button image displayed when the macro mode is auto.

OffImage
Image OffImage { get;set; }

Added in version 8.0.0

The button image displayed when the macro mode is off.

OnImage
Image OnImage { get;set; }

Added in version 8.0.0

The button image displayed when the macro mode is on.

AccessibilityLabelWhenAuto
string AccessibilityLabelWhenAuto { get;set; }

Added in version 8.0.0

Accessibility label text used for the control button when the macro mode is auto.

AccessibilityHintWhenAuto
string AccessibilityHintWhenAuto { get;set; }

Added in version 8.0.0

Accessibility hint text used for the control button when the macro mode is auto.

AccessibilityLabelWhenOff
string AccessibilityLabelWhenOff { get;set; }

Added in version 8.0.0

Accessibility label text used for the control button when the macro mode is off.

AccessibilityHintWhenOff
string AccessibilityHintWhenOff { get;set; }

Added in version 8.0.0

Accessibility hint text used for the control button when the macro mode is off.

AccessibilityLabelWhenOn
string AccessibilityLabelWhenOn { get;set; }

Added in version 8.0.0

Accessibility label text used for the control button when the macro mode is on.

AccessibilityHintWhenOn
string AccessibilityHintWhenOn { get;set; }

Added in version 8.0.0

Accessibility hint text used for the control button when the macro mode is on.

DefaultAutoImage
static Image DefaultAutoImage { get; }

Added in version 8.0.0

The default image used for the control button when the macro mode is auto.

DefaultOffImage
static Image DefaultOffImage { get; }

Added in version 8.0.0

The default image used for the control button when the macro mode is off.

DefaultOnImage
static Image DefaultOnImage { get; }

Added in version 8.0.0

The default image used for the control button when the macro mode is on.