Class PTThumbnailSliderViewController
Inheritance
System.Object
PTThumbnailSliderViewController
Implements
ObjCRuntime.INativeObject
System.IDisposable
Assembly: Tools.dll
Syntax
public class PTThumbnailSliderViewController : UIViewController, IPTOverridable
Constructors
PTThumbnailSliderViewController()
Declaration
public PTThumbnailSliderViewController()
PTThumbnailSliderViewController(NSCoder)
Declaration
public PTThumbnailSliderViewController(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
PTThumbnailSliderViewController(NSObjectFlag)
Declaration
protected PTThumbnailSliderViewController(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
PTThumbnailSliderViewController(PTPDFViewCtrl)
Declaration
public PTThumbnailSliderViewController(PTPDFViewCtrl pdfViewCtrl)
Parameters
Declaration
public PTThumbnailSliderViewController(PTToolManager toolManager)
Parameters
PTThumbnailSliderViewController(IntPtr)
Declaration
protected PTThumbnailSliderViewController(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Properties
ClassHandle
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
ContentView
Declaration
public virtual UIView ContentView { get; set; }
Property Value
Type |
Description |
UIKit.UIView |
|
Delegate
Declaration
public PTThumbnailSliderViewDelegate Delegate { get; set; }
Property Value
Declaration
public virtual UIBarButtonItem LeadingToolbarItem { get; set; }
Property Value
Type |
Description |
UIKit.UIBarButtonItem |
|
Declaration
public virtual UIBarButtonItem[] LeadingToolbarItems { get; set; }
Property Value
Type |
Description |
UIKit.UIBarButtonItem[] |
|
PdfViewCtrl
Declaration
public virtual PTPDFViewCtrl PdfViewCtrl { get; }
Property Value
Slider
Declaration
public virtual UISlider Slider { get; }
Property Value
Type |
Description |
UIKit.UISlider |
|
ThumbnailSliderView
Declaration
public virtual PTThumbnailSliderView ThumbnailSliderView { get; }
Property Value
Declaration
public virtual UIToolbar Toolbar { get; }
Property Value
Type |
Description |
UIKit.UIToolbar |
|
Declaration
public virtual PTToolManager ToolManager { get; }
Property Value
Tracking
Declaration
public virtual bool Tracking { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public virtual UIBarButtonItem TrailingToolbarItem { get; set; }
Property Value
Type |
Description |
UIKit.UIBarButtonItem |
|
Declaration
public virtual UIBarButtonItem[] TrailingToolbarItems { get; set; }
Property Value
Type |
Description |
UIKit.UIBarButtonItem[] |
|
WeakDelegate
Declaration
public virtual NSObject WeakDelegate { get; set; }
Property Value
Type |
Description |
Foundation.NSObject |
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Events
ThumbnailSliderViewInUse
Declaration
public event EventHandler ThumbnailSliderViewInUse
Event Type
Type |
Description |
System.EventHandler |
|
ThumbnailSliderViewNotInUse
Declaration
public event EventHandler ThumbnailSliderViewNotInUse
Event Type
Type |
Description |
System.EventHandler |
|
Implements
ObjCRuntime.INativeObject
System.IDisposable