Macro Mode Control
Defined in namespace Scandit.DataCapture.Core.UI
- MacroModeControl
class MacroModeControl : IControl
Added in version 7.2.0
Control that allows to switch between the available macro modes. The control hides itself automatically in case the active frame source doesn’t support macro mode.
You can add this control to a view by calling DataCaptureView.AddControl().
- MacroModeControl()
MacroModeControl()
Added in version 7.2.0
Constructors a new macro mode control.
- AutoImage
UIImage AutoImage { get;set; }
Added in version 7.2.0
The button image displayed when the macro mode is auto.
- OffImage
UIImage OffImage { get;set; }
Added in version 7.2.0
The button image displayed when the macro mode is off.
- OnImage
UIImage OnImage { get;set; }
Added in version 7.2.0
The button image displayed when the macro mode is on.
- AccessibilityLabelWhenAuto
string
AccessibilityLabelWhenAuto { get;set; }Added in version 7.2.0
Accessibility label text used for the control button when the macro mode is auto.
- AccessibilityHintWhenAuto
string
AccessibilityHintWhenAuto { get;set; }Added in version 7.2.0
Accessibility hint text used for the control button when the macro mode is auto.
- AccessibilityLabelWhenOff
string
AccessibilityLabelWhenOff { get;set; }Added in version 7.2.0
Accessibility label text used for the control button when the macro mode is off.
- AccessibilityHintWhenOff
string
AccessibilityHintWhenOff { get;set; }Added in version 7.2.0
Accessibility hint text used for the control button when the macro mode is off.
- AccessibilityLabelWhenOn
string
AccessibilityLabelWhenOn { get;set; }Added in version 7.2.0
Accessibility label text used for the control button when the macro mode is on.
- AccessibilityHintWhenOn
string
AccessibilityHintWhenOn { get;set; }Added in version 7.2.0
Accessibility hint text used for the control button when the macro mode is on.
- DefaultAutoImage
static UIImage DefaultAutoImage { get; }
Added in version 7.2.0
The default image used for the control button when the macro mode is auto.