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
stringAccessibilityLabelWhenAuto { get;set; }Added in version 8.0.0
Accessibility label text used for the control button when the macro mode is auto.
- AccessibilityHintWhenAuto
stringAccessibilityHintWhenAuto { get;set; }Added in version 8.0.0
Accessibility hint text used for the control button when the macro mode is auto.
- AccessibilityLabelWhenOff
stringAccessibilityLabelWhenOff { get;set; }Added in version 8.0.0
Accessibility label text used for the control button when the macro mode is off.
- AccessibilityHintWhenOff
stringAccessibilityHintWhenOff { get;set; }Added in version 8.0.0
Accessibility hint text used for the control button when the macro mode is off.
- AccessibilityLabelWhenOn
stringAccessibilityLabelWhenOn { get;set; }Added in version 8.0.0
Accessibility label text used for the control button when the macro mode is on.
- AccessibilityHintWhenOn
stringAccessibilityHintWhenOn { 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.