UIKit.UIViewController.ContentSizeForViewInPopover Property
Default content size for popovers.

Syntax

[ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_7_0, Introduced=ObjCRuntime.Platform.iOS_3_2, Message="Use PreferredContentSize instead.")]
[get: Foundation.Export("contentSizeForViewInPopover")]
[get: ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_7_0, Introduced=ObjCRuntime.Platform.iOS_3_2, Message="Use PreferredContentSize instead.")]
[set: Foundation.Export("setContentSizeForViewInPopover:")]
[set: ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_7_0, Introduced=ObjCRuntime.Platform.iOS_3_2, Message="Use PreferredContentSize instead.")]
public virtual CoreGraphics.CGSize ContentSizeForViewInPopover { get; set; }

See Also

UIPopoverController

Value

The default value is [320,1100] points.

Remarks

Unless overridden by UIPopoverController.PopoverContentSize, this value specifies the content size of popovers displayed by the UIKit.UIViewController.

Popovers may be up to 600 points wide, but application developers are recommended to use the standard 320 point width.

Related content

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0