UIScrollView.ContentInsetAdjustmentBehavior Property

Definition

Gets or sets a value that controls when safe area insets are added to content insets.

[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.UIScrollViewContentInsetAdjustmentBehavior ContentInsetAdjustmentBehavior { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("contentInsetAdjustmentBehavior", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setContentInsetAdjustmentBehavior:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.ContentInsetAdjustmentBehavior : UIKit.UIScrollViewContentInsetAdjustmentBehavior with get, set

Property Value

Attributes

Applies to