Table of Contents

Class SBSDKUI2ForegroundStyle

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKUI2ForegroundStyle : SBSDKUI2Node, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKUI2ForegroundStyle
Implements
INSCopying
INativeObject

Constructors

SBSDKUI2ForegroundStyle()

public SBSDKUI2ForegroundStyle()

SBSDKUI2ForegroundStyle(NSObjectFlag)

protected SBSDKUI2ForegroundStyle(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUI2ForegroundStyle(NativeHandle)

protected SBSDKUI2ForegroundStyle(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKUI2ForegroundStyle(bool, SBSDKUI2Color, bool)

public SBSDKUI2ForegroundStyle(bool iconVisible, SBSDKUI2Color color, bool useShadow)

Parameters

iconVisible bool
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

IconVisible

public virtual bool IconVisible { get; set; }

Property Value

bool

UseShadow

public virtual bool UseShadow { get; set; }

Property Value

bool

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKUI2ForegroundStyle? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKUI2ForegroundStyle

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string