Table of Contents

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

ColorValue

Text

The value of the text field. Default is ""

public string Text { get; set; }

Property Value

string

UseShadow

Determines whether to enable drop shadows for the text. Default is false

public bool UseShadow { get; set; }

Property Value

bool

Visible

Determines whether the text field is visible or not. Default is true

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static StyledText FromJson(string rawJson)

Parameters

rawJson string

Returns

StyledText