Show / Hide Table of Contents

Class PresetBarTheme

Inheritance
System.Object
PresetBarTheme
Namespace: pdftron.PDF.Widget.Preset.Component
Assembly: PDFViewCtrlTools.dll
Syntax
public class PresetBarTheme : Object

Constructors

PresetBarTheme(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Declaration
public PresetBarTheme(int backgroundColor, int iconColor, int disabledIconColor, int selectedIconColor, int selectedBackgroundColor, int selectedBackgroundColorSecondary, int expandIconColor, int accentColor)
Parameters
Type Name Description
System.Int32 backgroundColor
System.Int32 iconColor
System.Int32 disabledIconColor
System.Int32 selectedIconColor
System.Int32 selectedBackgroundColor
System.Int32 selectedBackgroundColorSecondary
System.Int32 expandIconColor
System.Int32 accentColor

PresetBarTheme(IntPtr, JniHandleOwnership)

Declaration
protected PresetBarTheme(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Properties

AccentColor

Declaration
public int AccentColor { get; set; }
Property Value
Type Description
System.Int32

BackgroundColor

Declaration
public int BackgroundColor { get; set; }
Property Value
Type Description
System.Int32

DisabledIconColor

Declaration
public int DisabledIconColor { get; set; }
Property Value
Type Description
System.Int32

ExpandIconColor

Declaration
public int ExpandIconColor { get; set; }
Property Value
Type Description
System.Int32

IconColor

Declaration
public int IconColor { get; set; }
Property Value
Type Description
System.Int32

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

SelectedBackgroundColor

Declaration
public int SelectedBackgroundColor { get; set; }
Property Value
Type Description
System.Int32

SelectedBackgroundColorSecondary

Declaration
public int SelectedBackgroundColorSecondary { get; set; }
Property Value
Type Description
System.Int32

SelectedIconColor

Declaration
public int SelectedIconColor { get; set; }
Property Value
Type Description
System.Int32

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

FromContext(Context)

Declaration
public static PresetBarTheme FromContext(Context context)
Parameters
Type Name Description
Android.Content.Context context
Returns
Type Description
PresetBarTheme
In This Article
Back to top Generated by DocFX