Table of Contents

Class SBSDKDetectionStatusLabel

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKDetectionStatusLabel : UILabel
Inheritance
SBSDKDetectionStatusLabel

Constructors

SBSDKDetectionStatusLabel()

public SBSDKDetectionStatusLabel()

SBSDKDetectionStatusLabel(CGRect)

public SBSDKDetectionStatusLabel(CGRect frame)

Parameters

frame CGRect

SBSDKDetectionStatusLabel(NSCoder)

public SBSDKDetectionStatusLabel(NSCoder coder)

Parameters

coder NSCoder

SBSDKDetectionStatusLabel(NSObjectFlag)

protected SBSDKDetectionStatusLabel(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKDetectionStatusLabel(NativeHandle)

protected SBSDKDetectionStatusLabel(NativeHandle handle)

Parameters

handle NativeHandle

Properties

Appearance

public static SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance Appearance { get; }

Property Value

SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

IntrinsicContentSize

public virtual CGSize IntrinsicContentSize { get; }

Property Value

CGSize

TextInsets

public virtual UIEdgeInsets TextInsets { get; set; }

Property Value

UIEdgeInsets

Methods

AppearanceWhenContainedIn(params Type[])

public static SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance AppearanceWhenContainedIn(params Type[] containers)

Parameters

containers Type[]

Returns

SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance

DrawTextInRect(CGRect)

public virtual void DrawTextInRect(CGRect rect)

Parameters

rect CGRect

GetAppearance(UITraitCollection)

public static SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance GetAppearance(UITraitCollection traits)

Parameters

traits UITraitCollection

Returns

SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance

GetAppearance(UITraitCollection, params Type[])

public static SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance GetAppearance(UITraitCollection traits, params Type[] containers)

Parameters

traits UITraitCollection
containers Type[]

Returns

SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance

GetAppearance<T>()

public static SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance GetAppearance<T>() where T : SBSDKDetectionStatusLabel

Returns

SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance

Type Parameters

T

GetAppearance<T>(UITraitCollection)

public static SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance GetAppearance<T>(UITraitCollection traits) where T : SBSDKDetectionStatusLabel

Parameters

traits UITraitCollection

Returns

SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance

Type Parameters

T

GetAppearance<T>(UITraitCollection, params Type[])

public static SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers) where T : SBSDKDetectionStatusLabel

Parameters

traits UITraitCollection
containers Type[]

Returns

SBSDKDetectionStatusLabel.SBSDKDetectionStatusLabelAppearance

Type Parameters

T

TextRectForBoundsLimitedToNumberOfLines(CGRect, nint)

public virtual CGRect TextRectForBoundsLimitedToNumberOfLines(CGRect bounds, nint numberOfLines)

Parameters

bounds CGRect
numberOfLines nint

Returns

CGRect