UIView.SafeAreaInsets Property

Definition

Gets the insets that place the content so that navigation and tab bars, toolbars, and other content does not obscure the view of the content.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIEdgeInsets SafeAreaInsets { [Foundation.Export("safeAreaInsets")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.SafeAreaInsets : UIKit.UIEdgeInsets

Property Value

Attributes

Applies to