Show / Hide Table of Contents

Class PTVectorLabel

Inheritance
System.Object
PTVectorLabel
Namespace: pdftron.PDF.Tools
Assembly: Tools.dll
Syntax
public class PTVectorLabel : UILabel

Constructors

PTVectorLabel()

Declaration
public PTVectorLabel()

PTVectorLabel(NSCoder)

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

PTVectorLabel(NSObjectFlag)

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

PTVectorLabel(IntPtr)

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

Properties

Appearance

Declaration
public static PTVectorLabel.PTVectorLabelAppearance Appearance { get; }
Property Value
Type Description
PTVectorLabel.PTVectorLabelAppearance

ClassHandle

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

Methods

AppearanceWhenContainedIn(Type[])

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

GetAppearance(UITraitCollection)

Declaration
public static PTVectorLabel.PTVectorLabelAppearance GetAppearance(UITraitCollection traits)
Parameters
Type Name Description
UIKit.UITraitCollection traits
Returns
Type Description
PTVectorLabel.PTVectorLabelAppearance

GetAppearance(UITraitCollection, Type[])

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

GetAppearance<T>()

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

GetAppearance<T>(UITraitCollection)

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

GetAppearance<T>(UITraitCollection, Type[])

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