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
Image AutoImage { get;set; }
Added in version 7.2.0
The button image displayed when the macro mode is auto.
- OffImage
Image OffImage { get;set; }
Added in version 7.2.0
The button image displayed when the macro mode is off.
- OnImage
Image OnImage { get;set; }
Added in version 7.2.0
The button image displayed when the macro mode is on.
- AccessibilityLabelWhenAuto
stringAccessibilityLabelWhenAuto { get;set; }Added in version 7.2.0
Accessibility label text used for the control button when the macro mode is auto.
- AccessibilityHintWhenAuto
stringAccessibilityHintWhenAuto { get;set; }Added in version 7.2.0
Accessibility hint text used for the control button when the macro mode is auto.
- AccessibilityLabelWhenOff
stringAccessibilityLabelWhenOff { get;set; }Added in version 7.2.0
Accessibility label text used for the control button when the macro mode is off.
- AccessibilityHintWhenOff
stringAccessibilityHintWhenOff { get;set; }Added in version 7.2.0
Accessibility hint text used for the control button when the macro mode is off.
- AccessibilityLabelWhenOn
stringAccessibilityLabelWhenOn { get;set; }Added in version 7.2.0
Accessibility label text used for the control button when the macro mode is on.
- AccessibilityHintWhenOn
stringAccessibilityHintWhenOn { get;set; }Added in version 7.2.0
Accessibility hint text used for the control button when the macro mode is on.
- DefaultAutoImage
static Image DefaultAutoImage { get; }
Added in version 7.2.0
The default image used for the control button when the macro mode is auto.