Show / Hide Table of Contents

Class PdfViewCtrlTabBaseFragment.FloatingNavTheme

Inheritance
System.Object
PdfViewCtrlTabBaseFragment.FloatingNavTheme
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public sealed class FloatingNavTheme : Object

Properties

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

DividerColor

Declaration
public int DividerColor { 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

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 PdfViewCtrlTabBaseFragment.FloatingNavTheme FromContext(Context context)
Parameters
Type Name Description
Android.Content.Context context
Returns
Type Description
PdfViewCtrlTabBaseFragment.FloatingNavTheme
In This Article
Back to top Generated by DocFX