Share via


UIPresentationController.PreferredContentSize Property

Definition

Gets the preferred size for the content of the container.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize PreferredContentSize { [Foundation.Export("preferredContentSize")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("preferredContentSize")>]
member this.PreferredContentSize : CoreGraphics.CGSize

Property Value

The preferred CGSize of the contents of this IUIContentContainer.

Implements

Attributes

Applies to