Table of Contents

Class StyledText

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class StyledText
Inheritance
StyledText
Inherited Members

Constructors

StyledText()

public StyledText()

Properties

Color

public ColorValue Color { get; set; }

Property Value

ColorValue

Text

public string Text { get; set; }

Property Value

string

UseShadow

public bool UseShadow { get; set; }

Property Value

bool

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static StyledText FromJson(string rawJson)

Parameters

rawJson string

Returns

StyledText