Class RoundButton
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the round button.
public class RoundButton
- Inheritance
-
RoundButton
- 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
AccessibilityState
The text to be read to represent the current state of the button through accessibility mode.
Default is ""
public string AccessibilityState { get; set; }
Property Value
ActiveAccessibilityState
The text to be read to represent the current state of the button when the button is active (selected, toggled) through accessibility mode.
Default is ""
public string ActiveAccessibilityState { get; set; }
Property Value
ActiveBackgroundColor
The color of the button's background when the button is active (selected, toggled).
Default is "#FFCE5C"
public ColorValue ActiveBackgroundColor { get; set; }
Property Value
ActiveForegroundColor
The color of the button's foreground (icon, text) when the button is active (selected, toggled).
Default is "#1C1B1F"
public ColorValue ActiveForegroundColor { get; set; }
Property Value
BackgroundColor
The color of the button's background.
Default is "#0000007A"
public ColorValue BackgroundColor { get; set; }
Property Value
ForegroundColor
The color of the button's foreground (icon, text).
Default is "#FFFFFF"
public ColorValue ForegroundColor { 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 RoundButton FromJson(string rawJson)
Parameters
rawJsonstring