Class IconButton
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the icon appearance on a button.
public class IconButton
- Inheritance
-
IconButton
- 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
Color
The icon color. Default is "#FFFFFF"
public ColorValue Color { get; set; }
Property Value
Visible
Determines whether the icon is visible on the button. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static IconButton FromJson(string rawJson)
Parameters
rawJson
string