Class PTColorPickerViewController
Inheritance
System.Object
PTColorPickerViewController
Implements
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIPageViewControllerDataSource
Assembly: Tools.dll
public class PTColorPickerViewController : UIPageViewController, IPTOverridable
Constructors
Declaration
public PTColorPickerViewController()
Declaration
public PTColorPickerViewController(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
Declaration
protected PTColorPickerViewController(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
protected PTColorPickerViewController(NativeHandle handle)
Parameters
Type |
Name |
Description |
ObjCRuntime.NativeHandle |
handle |
|
PTColorPickerViewController(UIPageViewControllerTransitionStyle, UIPageViewControllerNavigationOrientation, NSDictionary<NSString, NSObject>)
Declaration
public PTColorPickerViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation navigationOrientation, NSDictionary<NSString, NSObject> options)
Parameters
Type |
Name |
Description |
UIKit.UIPageViewControllerTransitionStyle |
style |
|
UIKit.UIPageViewControllerNavigationOrientation |
navigationOrientation |
|
Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> |
options |
|
PTColorPickerViewController(UIPageViewControllerTransitionStyle, UIPageViewControllerNavigationOrientation, NSDictionary<NSString, NSObject>, UIColor[])
Declaration
public PTColorPickerViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation navigationOrientation, NSDictionary<NSString, NSObject> options, UIColor[] colors)
Parameters
Type |
Name |
Description |
UIKit.UIPageViewControllerTransitionStyle |
style |
|
UIKit.UIPageViewControllerNavigationOrientation |
navigationOrientation |
|
Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> |
options |
|
UIKit.UIColor[] |
colors |
|
Properties
Declaration
public override NativeHandle ClassHandle { get; }
Property Value
Type |
Description |
ObjCRuntime.NativeHandle |
|
Declaration
public virtual UIColor Color { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
Declaration
public PTColorPickerViewControllerDelegate ColorPickerDelegate { get; set; }
Property Value
Declaration
public virtual bool ShouldResize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public virtual NSObject Tag { get; set; }
Property Value
Type |
Description |
Foundation.NSObject |
|
Declaration
public virtual NSObject WeakColorPickerDelegate { get; set; }
Property Value
Type |
Description |
Foundation.NSObject |
|
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
GetNextViewController(UIPageViewController, UIViewController)
Declaration
public virtual UIViewController GetNextViewController(UIPageViewController pageViewController, UIViewController referenceViewController)
Parameters
Type |
Name |
Description |
UIKit.UIPageViewController |
pageViewController |
|
UIKit.UIViewController |
referenceViewController |
|
Returns
Type |
Description |
UIKit.UIViewController |
|
GetPreviousViewController(UIPageViewController, UIViewController)
Declaration
public virtual UIViewController GetPreviousViewController(UIPageViewController pageViewController, UIViewController referenceViewController)
Parameters
Type |
Name |
Description |
UIKit.UIPageViewController |
pageViewController |
|
UIKit.UIViewController |
referenceViewController |
|
Returns
Type |
Description |
UIKit.UIViewController |
|
Implements
ObjCRuntime.INativeObject
System.IDisposable
UIKit.IUIPageViewControllerDataSource