UIPopoverController.PopoverContentSize Property

Definition

The size of the view that is used by the popover.

public virtual CoreGraphics.CGSize PopoverContentSize { [Foundation.Export("popoverContentSize")] get; [Foundation.Export("setPopoverContentSize:")] set; }
member this.PopoverContentSize : CoreGraphics.CGSize with get, set

Property Value

Attributes

Remarks

If this value is changed, then the width of the new value must be between 320 points and 600 points.

Applies to