Class RoundButton
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
- Inheritance
-
RoundButton
- Inherited Members
-
Constructors
Properties
public string AccessibilityDescription { get; set; }
Property Value
- string
public ColorValue ActiveBackgroundColor { get; set; }
Property Value
- ColorValue
public ColorValue ActiveForegroundColor { get; set; }
Property Value
- ColorValue
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
public ColorValue ForegroundColor { get; set; }
Property Value
- ColorValue
public bool Visible { get; set; }
Property Value
- bool
Methods
public static RoundButton FromJson(string rawJson)
Parameters
rawJson
string
Returns
- RoundButton
public static RoundButton FromNative(RoundButton source)
Parameters
source
RoundButton
Returns
- RoundButton
public static RoundButton FromNative(SBSDKUI2RoundButton source)
Parameters
source
SBSDKUI2RoundButton
Returns
- RoundButton
public RoundButton ToNative()
Returns
- RoundButton