UIPopoverController.PopoverContentSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.