Class BarButtonConfiguration
- Namespace
 - ScanbotSDK.MAUI.Common
 
- Assembly
 - ScanbotSDK.Shared.dll
 
Configuration of the button located on a bar.
public class BarButtonConfiguration
  - Inheritance
 - 
      
      BarButtonConfiguration
 
- Inherited Members
 
Properties
AccessibilityDescription
The text to be read when the button is selected through accessibility mode. Default is ""
public string AccessibilityDescription { get; set; }
  Property Value
Background
Configuration of the background appearance for the button.
public BackgroundStyle Background { get; set; }
  Property Value
Icon
Configuration of the icon appearance.
public IconStyle Icon { get; set; }
  Property Value
Title
The text to be displayed on the button.
public StyledText Title { get; set; }
  Property Value
Visible
Determines whether the button is visible or not. Default is true
public bool Visible { get; set; }
  Property Value
Methods
FromJson(string)
public static BarButtonConfiguration FromJson(string rawJson)
  Parameters
rawJsonstring