Show / Hide Table of Contents

Class PTSelectionBar

Inheritance
System.Object
PTSelectionBar
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTSelectionBar : UIView

Constructors

PTSelectionBar()

Declaration
public PTSelectionBar()

PTSelectionBar(NSCoder)

Declaration
public PTSelectionBar(NSCoder coder)
Parameters
Type Name Description
Foundation.NSCoder coder

PTSelectionBar(NSObjectFlag)

Declaration
protected PTSelectionBar(NSObjectFlag t)
Parameters
Type Name Description
Foundation.NSObjectFlag t

PTSelectionBar(IntPtr)

Declaration
protected PTSelectionBar(IntPtr handle)
Parameters
Type Name Description
System.IntPtr handle

Properties

Appearance

Declaration
public static PTSelectionBar.PTSelectionBarAppearance Appearance { get; }
Property Value
Type Description
PTSelectionBar.PTSelectionBarAppearance

ClassHandle

Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type Description
System.IntPtr

IsLeft

Declaration
public virtual bool IsLeft { get; set; }
Property Value
Type Description
System.Boolean

Methods

AppearanceWhenContainedIn(Type[])

Declaration
public static PTSelectionBar.PTSelectionBarAppearance AppearanceWhenContainedIn(params Type[] containers)
Parameters
Type Name Description
System.Type[] containers
Returns
Type Description
PTSelectionBar.PTSelectionBarAppearance

GetAppearance(UITraitCollection)

Declaration
public static PTSelectionBar.PTSelectionBarAppearance GetAppearance(UITraitCollection traits)
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTSelectionBar.PTSelectionBarAppearance

GetAppearance(UITraitCollection, Type[])

Declaration
public static PTSelectionBar.PTSelectionBarAppearance GetAppearance(UITraitCollection traits, params Type[] containers)
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTSelectionBar.PTSelectionBarAppearance

GetAppearance<T>()

Declaration
public static PTSelectionBar.PTSelectionBarAppearance GetAppearance<T>()
    where T : PTSelectionBar
Returns
Type Description
PTSelectionBar.PTSelectionBarAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection)

Declaration
public static PTSelectionBar.PTSelectionBarAppearance GetAppearance<T>(UITraitCollection traits)
    where T : PTSelectionBar
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTSelectionBar.PTSelectionBarAppearance
Type Parameters
Name Description
T

GetAppearance<T>(UITraitCollection, Type[])

Declaration
public static PTSelectionBar.PTSelectionBarAppearance GetAppearance<T>(UITraitCollection traits, params Type[] containers)
    where T : PTSelectionBar
Parameters
Type Name Description
UIKit.UITraitCollection traits
System.Type[] containers
Returns
Type Description
PTSelectionBar.PTSelectionBarAppearance
Type Parameters
Name Description
T
Back to top Generated by DocFX