Class BarButtonConfiguration
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class BarButtonConfiguration
- Inheritance
-
BarButtonConfiguration
- Inherited Members
-
Constructors
public BarButtonConfiguration()
Properties
public string AccessibilityDescription { get; set; }
Property Value
- string
public BackgroundStyle Background { get; set; }
Property Value
- BackgroundStyle
public IconStyle Icon { get; set; }
Property Value
- IconStyle
public StyledText Title { get; set; }
Property Value
- StyledText
public bool Visible { get; set; }
Property Value
- bool
Methods
public static BarButtonConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- BarButtonConfiguration