Class IconStyle
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the icon appearance.
public class IconStyle
- Inheritance
-
IconStyle
- Inherited Members
Properties
Color
The icon color. Default is "#FFFFFF"
public ColorValue Color { get; set; }
Property Value
Visible
Determines whether the icon is visible or not. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static IconStyle FromJson(string rawJson)
Parameters
rawJson
string