Share via


IUIPopoverBackgroundViewMethods.GetContentViewInsets<T> Method

Definition

[Foundation.Export("contentViewInsets")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIEdgeInsets GetContentViewInsets<T>() where T : Foundation.NSObject, UIKit.IUIPopoverBackgroundViewMethods;
[<Foundation.Export("contentViewInsets")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetContentViewInsets : unit -> UIKit.UIEdgeInsets (requires 'T :> Foundation.NSObject and 'T :> UIKit.IUIPopoverBackgroundViewMethods)

Type Parameters

T

Returns

Attributes

Applies to