Table of Contents

Class JsonDialogButtonStyle

Namespace
IO.Scanbot.Sdk.UI.Configuration.Json
Assembly
DocumentSDK.NET.Droid.dll
public sealed class JsonDialogButtonStyle : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
JsonDialogButtonStyle
Implements

Constructors

JsonDialogButtonStyle(JsonFont, JsonColor, JsonColor, JsonColor, JsonColor)

public JsonDialogButtonStyle(JsonFont font, JsonColor textColor, JsonColor highlightedTextColor, JsonColor backgroundColor, JsonColor highlightedBackgroundColor)

Parameters

font JsonFont
textColor JsonColor
highlightedTextColor JsonColor
backgroundColor JsonColor
highlightedBackgroundColor JsonColor

Properties

BackgroundColor

public JsonColor BackgroundColor { get; set; }

Property Value

JsonColor

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Font

public JsonFont Font { get; set; }

Property Value

JsonFont

HighlightedBackgroundColor

public JsonColor HighlightedBackgroundColor { get; set; }

Property Value

JsonColor

HighlightedTextColor

public JsonColor HighlightedTextColor { get; set; }

Property Value

JsonColor

TextColor

public JsonColor TextColor { get; set; }

Property Value

JsonColor

Methods

Component1()

public JsonFont Component1()

Returns

JsonFont

Component2()

public JsonColor Component2()

Returns

JsonColor

Component3()

public JsonColor Component3()

Returns

JsonColor

Component4()

public JsonColor Component4()

Returns

JsonColor

Component5()

public JsonColor Component5()

Returns

JsonColor

Copy(JsonFont, JsonColor, JsonColor, JsonColor, JsonColor)

public JsonDialogButtonStyle Copy(JsonFont font, JsonColor textColor, JsonColor highlightedTextColor, JsonColor backgroundColor, JsonColor highlightedBackgroundColor)

Parameters

font JsonFont
textColor JsonColor
highlightedTextColor JsonColor
backgroundColor JsonColor
highlightedBackgroundColor JsonColor

Returns

JsonDialogButtonStyle

DescribeContents()

public int DescribeContents()

Returns

int

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags