Table of Contents

Class SBSDKUIDialogStyle

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKUIDialogStyle : NSObject
Inheritance
SBSDKUIDialogStyle

Constructors

SBSDKUIDialogStyle()

public SBSDKUIDialogStyle()

SBSDKUIDialogStyle(NSObjectFlag)

protected SBSDKUIDialogStyle(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUIDialogStyle(NativeHandle)

protected SBSDKUIDialogStyle(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

CornerRadius

public virtual NFloat CornerRadius { get; set; }

Property Value

NFloat

DefaultStyle

public static SBSDKUIDialogStyle DefaultStyle { get; }

Property Value

SBSDKUIDialogStyle

DialogBackgroundColor

public virtual UIColor DialogBackgroundColor { get; set; }

Property Value

UIColor

DialogBackgroundEffect

public virtual UIVibrancyEffect DialogBackgroundEffect { get; set; }

Property Value

UIVibrancyEffect

MessageColor

public virtual UIColor MessageColor { get; set; }

Property Value

UIColor

MessageFont

public virtual UIFont MessageFont { get; set; }

Property Value

UIFont

ScreenBackgroundColor

public virtual UIColor ScreenBackgroundColor { get; set; }

Property Value

UIColor

SeparatorColor

public virtual UIColor SeparatorColor { get; set; }

Property Value

UIColor

SeparatorWidth

public virtual NFloat SeparatorWidth { get; set; }

Property Value

NFloat

TitleColor

public virtual UIColor TitleColor { get; set; }

Property Value

UIColor

TitleFont

public virtual UIFont TitleFont { get; set; }

Property Value

UIFont