Class IconStyle
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
- Inheritance
-
IconStyle
- Inherited Members
-
Constructors
IconStyle()
Properties
Color
public ColorValue Color { get; set; }
Property Value
- ColorValue
Visible
public bool Visible { get; set; }
Property Value
- bool
Methods
FromJson(string)
public static IconStyle FromJson(string rawJson)
Parameters
rawJson
string
Returns
- IconStyle
FromNative(IconStyle)
public static IconStyle FromNative(IconStyle source)
Parameters
source
IconStyle
Returns
- IconStyle
FromNative(SBSDKUI2IconStyle)
public static IconStyle FromNative(SBSDKUI2IconStyle source)
Parameters
source
SBSDKUI2IconStyle
Returns
- IconStyle
ToNative()
public IconStyle ToNative()
Returns
- IconStyle