Show / Hide Table of Contents

Class ContentLoadingRelativeLayout

Inheritance
System.Object
ContentLoadingRelativeLayout
Namespace: pdftron.PDF.Widget
Assembly: PDFViewCtrlTools.dll
Syntax
public class ContentLoadingRelativeLayout : RelativeLayout

Constructors

ContentLoadingRelativeLayout(Context)

Declaration
public ContentLoadingRelativeLayout(Context context)
Parameters
Type Name Description
Android.Content.Context context

ContentLoadingRelativeLayout(Context, IAttributeSet)

Declaration
public ContentLoadingRelativeLayout(Context context, IAttributeSet attrs)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs

ContentLoadingRelativeLayout(Context, IAttributeSet, Int32)

Declaration
public ContentLoadingRelativeLayout(Context context, IAttributeSet attrs, int defStyle)
Parameters
Type Name Description
Android.Content.Context context
Android.Util.IAttributeSet attrs
System.Int32 defStyle

ContentLoadingRelativeLayout(IntPtr, JniHandleOwnership)

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

Properties

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

Hide(Boolean)

Declaration
public virtual void Hide(bool forceHide)
Parameters
Type Name Description
System.Boolean forceHide

Hide(Boolean, Boolean)

Declaration
public virtual void Hide(bool forceHide, bool animate)
Parameters
Type Name Description
System.Boolean forceHide
System.Boolean animate

Show()

Declaration
public virtual void Show()

Show(Boolean, Boolean, Boolean)

Declaration
public virtual void Show(bool forceShow, bool delay, bool animate)
Parameters
Type Name Description
System.Boolean forceShow
System.Boolean delay
System.Boolean animate
In This Article
Back to top Generated by DocFX