UIKit.UIPopoverBackgroundView Members

The members of UIKit.UIPopoverBackgroundView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the UIPopoverBackgroundView with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AppearanceUIPopoverBackgroundView.UIPopoverBackgroundViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
ArrowDirectionUIPopoverArrowDirection. The direction in which the popover arrow points.
ArrowOffsetnfloat. The distance, in points, from the center of the view to the center line of the arrow.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
WantsDefaultContentAppearancebool. Whether the default content appearance should be used for the popover.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIPopoverBackgroundView.UIPopoverBackgroundViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UIPopoverBackgroundView.UIPopoverBackgroundViewAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIPopoverBackgroundView.UIPopoverBackgroundViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIPopoverBackgroundView.UIPopoverBackgroundViewAppearance
Documentation for this section has not yet been entered.
static
GetArrowBase() : nfloat
The width, in points, of the arrow's triangle's base.
static
GetArrowHeight() : nfloat
The height, in points, of the arrow from its base to its tip.
static
GetContentViewInsets() : UIEdgeInsets
The insets for the content portion of the popover.