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
public JsonDialogButtonStyle(JsonFont font, JsonColor textColor, JsonColor highlightedTextColor, JsonColor backgroundColor, JsonColor highlightedBackgroundColor)
Parameters
font
JsonFont
textColor
JsonColor
highlightedTextColor
JsonColor
backgroundColor
JsonColor
highlightedBackgroundColor
JsonColor
Properties
public JsonColor BackgroundColor { get; set; }
Property Value
- JsonColor
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
public JsonFont Font { get; set; }
Property Value
- JsonFont
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
public JsonFont Component1()
Returns
- JsonFont
public JsonColor Component2()
Returns
- JsonColor
public JsonColor Component3()
Returns
- JsonColor
public JsonColor Component4()
Returns
- JsonColor
public JsonColor Component5()
Returns
- 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
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags