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
Text color. Default is "#FFFFFF"
public ColorValue Color { get; set; }
Property Value
Text
Value of the text field. Default is ""
public string Text { get; set; }
Property Value
UseShadow
Whether to enable drop shadows for the text. Default is false
public bool UseShadow { get; set; }
Property Value
Visible
Whether the text field is visible. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static StyledText FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(StyledText)
public static StyledText FromNative(StyledText source)
Parameters
source
StyledText
Returns
ToNative()
public StyledText ToNative()