Class StyledText
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the text field appearance.
public class StyledText
- Inheritance
-
StyledText
- Inherited Members
Properties
Color
The text color. Default is "#FFFFFF"
public ColorValue Color { get; set; }
Property Value
Text
The value of the text field. Default is ""
public string Text { get; set; }
Property Value
UseShadow
Determines whether to enable drop shadows for the text. Default is false
public bool UseShadow { get; set; }
Property Value
Visible
Determines whether the text field is visible or not. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static StyledText FromJson(string rawJson)
Parameters
rawJson
string