Class IconStyle
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the icon appearance.
public class IconStyle
- Inheritance
-
IconStyle
- Inherited Members
Properties
Color
Icon color. Default is "#FFFFFF"
public ColorValue Color { get; set; }
Property Value
Visible
Whether the icon is visible on the button. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static IconStyle FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(IconStyle)
public static IconStyle FromNative(IconStyle source)
Parameters
source
IconStyle
Returns
ToNative()
public IconStyle ToNative()