Table of Contents

Class SBSDKUI2StyledText

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKUI2StyledText : SBSDKUI2Node
Inheritance
SBSDKUI2StyledText

Constructors

SBSDKUI2StyledText()

public SBSDKUI2StyledText()

SBSDKUI2StyledText(NSObjectFlag)

protected SBSDKUI2StyledText(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUI2StyledText(NativeHandle)

protected SBSDKUI2StyledText(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKUI2StyledText(bool, string, SBSDKUI2Color, bool)

public SBSDKUI2StyledText(bool visible, string text, SBSDKUI2Color color, bool useShadow)

Parameters

visible bool
text string
color SBSDKUI2Color
useShadow bool

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Color

public virtual SBSDKUI2Color Color { get; set; }

Property Value

SBSDKUI2Color

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Text

public virtual string Text { get; set; }

Property Value

string

UseShadow

public virtual bool UseShadow { get; set; }

Property Value

bool

Visible

public virtual bool Visible { get; set; }

Property Value

bool

Methods

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJson()

public virtual string ToJson()

Returns

string