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

Text color. Default is "#FFFFFF"

public ColorValue Color { get; set; }

Property Value

ColorValue

Text

Value of the text field. Default is ""

public string Text { get; set; }

Property Value

string

UseShadow

Whether to enable drop shadows for the text. Default is false

public bool UseShadow { get; set; }

Property Value

bool

Visible

Whether the text field is visible. 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

FromNative(StyledText)

public static StyledText FromNative(StyledText source)

Parameters

source StyledText

Returns

StyledText

ToNative()

public StyledText ToNative()

Returns

StyledText